this post was submitted on 20 Oct 2025
590 points (98.4% liked)

Technology

76248 readers
2950 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] artyom@piefed.social 1 points 1 day ago (2 children)

Self hosting requires an immense amount of specialized knowledge and time...

[–] DaTingGoBrrr@lemmy.world 2 points 1 day ago* (last edited 1 day ago) (1 children)

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

[–] artyom@piefed.social 1 points 22 hours ago (1 children)
[–] DaTingGoBrrr@lemmy.world 1 points 7 hours ago (1 children)

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.

[–] artyom@piefed.social 1 points 7 hours ago (1 children)

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.

[–] DaTingGoBrrr@lemmy.world 2 points 7 hours ago

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.

[–] thepompe@ttrpg.network 2 points 1 day ago* (last edited 1 day ago) (1 children)

It really doesn't, and certainly not more than running something on AWS.

In fact, hosting on cloud infrastructure adds another layer of complexity.

I stand by my original assertion.

[–] artyom@piefed.social 0 points 1 day ago

You're just wrong...