this post was submitted on 20 Oct 2025
590 points (98.4% liked)
Technology
76248 readers
2957 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 got started self-hosting last week when I got a hold of a smal Lenovo ThinkCentre. I installed Proxmox on it and if I want to self-host something I just spin up a container or virtual machine on the Proxmox system. It's so much easier than installing self-hosted projects on bare metal. And if you want to change things around then just disable or delete the container/vm and let Proxmox stay clean. If one container breaks the rest of the system will still function.
I could easily host Lemmy from home with Proxmox and a reverse proxy with my current setup. I am not going to because I am not interested in moderating a platform and all the responsibility that comes with it, but it's very possible to do.
Edit: the Proxmox community helper scripts makes installing most things a breeze! I use them every opportunity I get.
https://community-scripts.github.io/ProxmoxVE/
This is the first script to start with on a fresh install
https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install
Cool?
The point was that self-hosting is not hard if you do it the right way. You claim it's very hard and requires specialized knowledge. I don't think it's much different than hosting in the cloud.
I didn't say it was "hard". I said it requires specialized knowledge. Which it does. And which you've not disproven in any way.
Once could say it requires special knowledge to host a service in the cloud too. The extra step I had to take was to open port 80 and 433 on my server and install nginx to forward the traffic to the right container on my local network since I only have one public IP. It took me minimal research to figure it out.