Here’s Matrix CEOs answer to this article: https://lobste.rs/c/jekh0n – according to him the article is absurd amounts of FUD
Here’s Matrix CEOs answer to this article: https://lobste.rs/c/jekh0n – according to him the article is absurd amounts of FUD
I think it’d help them a lot to disable new signups on the m.org home server for a while and direct people to some of the other popular options, they spend too much on their own example server imo
It is a bit counter-intuitive but restricting new signups will not help them much. The way the matrix protocol is designed, i.e. replicating everything on every server, means that clients connecting to their server have only a minor impact. As long as most rooms of the entire matrix network are replicated on the matrix.org homeserver their costs will stay high and there isn’t really much they can do about that other than shutting it down entirely.
Is this a dealbreaker for people though?
There is not much they can do about it short of shutting down the entire server. Due to how matrix functions internally any sufficiently large federated homeserver replicates most of the entire network.
Personally have been hosting my own server for me and friends. Cheaper and easier than I expected it to be 🤠
cheap and easy? I tried running it myself and ran into several hurdles, and gave up. How did you host it? VPS? Docker? Bare-metal?
I’m not who you replied to, but there is a big stack of ansible playbooks for it that make it pretty pushbutton. They primarily use docker. This is what I used and I got it setup in like an hour.
yeah I did the ansible. You just fill out a config file & point it at any Linux server with python installed and it’ll set things up for you