this post was submitted on 06 Mar 2025
5 points (72.7% liked)

Selfhosted

61054 readers
800 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hello!

I attempted self hosting a while ago, but it wasn't a very smooth experience because I had no wifi, no ssd, no room and no time. I want to get back into it, and I was wondering if I would want to build a new pc. I think it's a hp compaq 6200 pro Here are the specs: I3 2100 3x4gb ram 250gb +8tb hdd

I would be selfhosting alot of projects, and will try alot of new things constantly, but I definitely want: Jellyfin Immich Password manager Pi-Hole Minecraft server(modded) Qbittorrent

And I'd possibly want: File server(Nextcloud is cool, but it's a bit too complicated for me) Gitea Code-server Llm Url shortener

Computers here are quite cheap, and I could find an old office desktop with 10th gen intel for about 100€ with relative ease. I could also build it myself, with an old office cpu and motherboard, but that would cost more. What do y'all advise? Can this all be done on a budget setup, excluding the llm? Is upgradeability a problem in office computers?

Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] eutampieri@feddit.it 2 points 1 year ago (2 children)
[–] jeffreyosborne@lemm.ee 1 points 1 year ago (1 children)

What are the practical differences between swarms and k3s?

[–] eutampieri@feddit.it 1 points 1 year ago

The control plane, I guess…

[–] skankhunt42@lemmy.ca 1 points 1 year ago (1 children)

I've never actually used swarm so I could be wrong. However, I was under the impression that Docker swarm is a lot easier to use with a lot more examples for people to deploy their Containers.

With K8s/K3s I find myself translating a lot of docker examples into deployment yamls with Services, Network Policies, PVCs, secrets, etc, etc. It's just a lot more lines in the .yml files. This also assumes you know that anything that you run in docker you can run in K8s with 1 replica and more is not ideal.

[–] eutampieri@feddit.it 2 points 1 year ago

Ok, k8s is harder but I feel that applying configuration remotely is more robust. I haven’t used swarm though.