The Matrix.org network has great potential, but after years of dealing with glitches, slow performance, poor UX, and one too many failures, I’m done with it.
So, going from Mealie’s instructions, having to learn how to work with Docker, whatever underlying server you’re working with, and a database system is easy 2-5 minutes?
I agree with you, my main issue with Matrix is that it is a pain to self-host at the moment.
Isn’t everything a pain to selfhost?
Most things are super easy, like 2-5 minutes of set up and it’s running and working.
Such as?
Most of the stuff I run on my server is just a basic
docker-compose.yaml
file and it’s up and running in a minute or two. Some random examples:So, going from Mealie’s instructions, having to learn how to work with Docker, whatever underlying server you’re working with, and a database system is easy 2-5 minutes?
You need to learn some Docker stuff initially for sure, but the underlying OS can be anything including Windows which is why Docker is nice.
The database for Mealie is part of the app already and is handled automatically, with the SQLite docker-compose file they provide.
https://github.com/spantaleev/matrix-docker-ansible-deploy
Honestly, with this, it is easier than ever. Great documentation !