logoalt Hacker News

lukan10/01/20242 repliesview on HN

How much effort took that process and how many people are using it?

I would like to do the same, but with the possibility of scaling it up a bit.


Replies

nehal3m10/01/2024

I did the same except federated and it's pretty easy if you have some experience with Ansible and Docker. This repo has a great Ansible playbook that will set up the whole thing for you on whatever VM or VPS you point it at:

https://github.com/spantaleev/matrix-docker-ansible-deploy/b...

pferde10/02/2024

I mean, I was still learning how Matrix works, so it took some trial and error - especially voice/video calls - so a few days of reading docs and doing.

Later, though, I stood up my own Matrix server, this time federated, and that only took maybe an hour or two. :)

I did not use the community Ansible playbook that someone else in this thread suggested, because I enjoyed instead figuring out how the individual pieces work together, but I tried it much later, and it seems to work very nicely, so I too can recommend it.