- cross-posted to:
- technews@radiation.party
- cross-posted to:
- technews@radiation.party
“Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. That means you can make your own Conduit setup in just a few minutes.”
I can vouch for the easy to setup part. Much better in that regard than Dendrite.
As for server resource use… that is relative. Compared to Synapse? Sure… but it is still a heavy piece of software compared to what it does. Also as with all Matrix homeservers: storage use increases over time and is largely out of the control of the server operator, which can lead to tricky situations.
but it is still a heavy piece of software compared to what it does
That kinda implies they are wasting a lot of resources they could be otherwise saved. I think it’s more a case of Matrix server being inherently tricky to implement.
I hope the developers are aware of yunohost. One click installs that don’t rely on docker are what the world needs.
Did you mean you hope Yunohost maintainers are aware of this?
Removed by mod
Why is that relevant?
Rust is part of what makes Conduit so low resource.
Removed by mod
To a point. They’re written in the same language, but the stack and architecture are fundamentally quite different. Conduit doesn’t even have a traditional SQL server database backing, instead opting to use the embedded database sled.
I can also confirm the easiness of setup.
In fact, conduit is so easy to setup that i just packed it into my linux release of Federated Triangle Of Doom https://houkime.itch.io/federated-triangle-of-doom
And how i packed it is i just included the release binary, a short config file and a oneline script to spin the thing up.
And it works just from the folder. Since static Rust.