this post was submitted on 16 Jun 2025
157 points (86.9% liked)
Technology
71547 readers
3855 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
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