|
|
|
|
|
by faisalhackshah
1791 days ago
|
|
This sounds like what you need:
https://github.com/spantaleev/matrix-docker-ansible-deploy I don't know anything about ansible, or much about docker, or self hosting. And I was able to set it up and it's working quite well for my family and friends. You don't have to enable federation.
Set federation_domain_whitelist to an empty list, and poof, federation disabled. DNS settings are pretty easy too - especially if you can allow your instance to take control over an entire domain (and don't have to host other web services other than what the playbook supports). Don't need the SRV stuff here:
https://github.com/spantaleev/matrix-docker-ansible-deploy/b... If you just have a private server for < 100 users, 1 vCPU and 2GB RAM is enough. I also use it for bridging to IRC using heisenbridge (which the playbook supports) and it's no problem on the tiny server. Updates are very easy, pull the latest playbook, and run setup again. Done. |
|