this post was submitted on 16 Jun 2025
157 points (86.9% liked)
Technology
71585 readers
3593 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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
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?
cheaper and easier than I expected, at least. wouldn't want to say anyone can do it, you'd need some familiarity with the command line and dns but I'm lucky enough to have some experience with them. either way, this is the guide I followed, and I just pointed it at a hetzner vps https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/quick-start.md
I installed it with pip in 2017 without issues
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
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.