This month in Co-op Cloud November 2021
Happy $season
! Here’s what’s been going on in the Co-op Clouds this November.
Community contributions
A long overdue announcement that @yusf
set up a Matrix bot for making app packaging requests – drop into the (noisy) #coopcloud-dev:autonomic.zone room to interact with it.
@Lioh
wrote a lovely article in German about Co-op Cloud gnulinux.ch/selfhosting-mit-co-op-cloud-und-abra – find them on Matrix if you can help with translations into other languages, or let us know if you’ve written your own post!
We had a great chat at this month’s Kite-Flying about Co-op Cloud “The Organisation” – there are some rough notes, which we’re planning on turning into a proposal to take to the community in time for the beta launch.
New app packages
- Snikket, chat that is simple, secure, and private (an XMPP/Jabber server distribution that comes with its own nice client) by
@decentral1se
and@3wc.
- Outline, Notion-style team knowledge base and wiki, by
@travvy
and@3wc
- n8n, easily automate tasks across different services, by
@roxxers
- Jupyter-lab, extensible environment for interactive and reproducible computing, by
@3wc
- Element-Web by
@decentral1se
. We’ve got a proof-of-concept of Matrix synapse <-> keycloak <-> Element-web integration set up for our comrades at ruangrupa, who’re doing ongoing testing.
Recipe catalogue: redesign and update
Autonomic deisgners @analuisa
and @hazelnot
have kicked off a redesign of the recipe catalog, starting with the review of the way that apps are categorised, and the information that’s included.
Meanwhile, @3wc
has been teaching abra
to read metadata about packaging status and supported features from each recipe’s README.md
file to make sure we have the data to be able to display it.
Hosted by Co-op Cloud
Some new Co-op Cloud-hosted infrastructure that’s come up recently:
Into the Jabbiverse
Co-op Cloud is partying like it’s 1999! Thanks to our new Snikket recipe, we’ve got an XMPP/Jabber server running, and we now have a (temporary) room to talk about all things Co-op Cloud:
(More permananent room Coming Soon™)
This is a really interesting alternative to other communications platforms we already have packaged like Matrix, Rocketchat and email. XMPP servers are famously low on resource usage, and there’s a really nice wide range of client apps for different platforms.
Medium-term, we’re curious about the prospects of bridging different systems: making it easier to run chat servers and bridges could help public interest projects meet people where they’re at.
abra
0.3.x-alpha is out
The alpha testing is still going on in the usual chaotic manner, we’re hoping to stabilise abra
in this 0.3.x 0.4.x series and hopefully do some sort of “code freeze” on new features and focus on squashing bugs, writing documentation and testing, testing, testing. Thanks to everyone who contributed to get this far ❤️
abra app restart <app>
is back! You no longer have to ssh to your remote machines to fix happy accidents.
You can upgrade to the latest abra
release candidate, or install it, by running:
curl https://install.abra.autonomic.zone | bash -s -- --rc
If you already have abra
installed, you can run:
abra upgrade --rc
Happy Hacking!