this post was submitted on 08 Apr 2026
412 points (99.0% liked)

Selfhosted

58712 readers
141 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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

  7. No low-effort posts. This is subjective and will largely be determined by the community member reports.

Resources:

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

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Here's my beautiful unemployed-for-too-long-have-no-money-dont-care-about-looks lab :)

picture of a raspberrypi, switch, HP elite desk, KVM and mess of cables on a desk

Hey it's more than good enough to run all this ¯_(ツ)_/¯

screenshot showing list of hosted apps and resources usage of servers

you are viewing a single comment's thread
view the rest of the comments
[–] harsh3466@lemmy.ml 16 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

Also late, but here is mine.

From the bottom up:

  • An old pc I built forever ago for live streaming when I used to run my youtube channel. It's an i7 something or other with 32gb ram and a 32 tb raid (4x8).
  • m1 Mac mini
  • HP elitedesk 800 G3 mini
  • two HP elitedesk 800 G3 sff
  • Deku
  • dumb network switch
  • rpi 4 8gb

And here's what's running:

  • Bottom pc is the nas
  • Mac running jellyfin
  • the hps running:
    • navidrome
    • aonsuku (pretty navidrome frontend)
    • audiobookshelf
    • qbittorrent
    • gluetun
    • vikunja
    • radicale
    • Joplin
    • matrix
    • local backup for critical data
    • some other things I'm forgetting
  • The rpi is my wireguard tunnel to ssh in on the rare occasion I need remote ssh access.
[–] Rai@lemmy.dbzer0.com 2 points 1 week ago (1 children)

Neat, very nice! I just got some new machines, I need to learn how to get one of my VPNs set up with gluetun and qbittorrent so I can stop doing on my windows machine and leave it going all the time…

[–] harsh3466@lemmy.ml 2 points 1 week ago (1 children)

Thanks!!

I found it to be pretty easy to get gluetun & qbittorrent set up. I'm running it all in docker, be happy to share my compose files if you'd like.

[–] Rai@lemmy.dbzer0.com 2 points 1 week ago (1 children)

That would be very helpful for me, thank you so much! I am VERY new to docker, but managed to get something difficult up and running with it (a modded game server) with a lotttt of trial and error. I imagine it’ll be a lot easier to get something much less specific going!

[–] harsh3466@lemmy.ml 2 points 1 week ago (1 children)

You're welcome! I'm out rn, I'll share the files when I get home.

[–] Rai@lemmy.dbzer0.com 1 points 1 week ago

No worries, no rush! It’s gonna be a weekend project, I think. I’ve got a cluster of separate RPis all doing different stuff, an unused Pi 5 8GB, and some new Lenovos… I think I can condense everything to one machine hahaha.

Right now I’m running Pi-Hole on a headless Pi and OMV on a second headless Pi, the OMV is just sharing a couple HDDs. If I wanted everything on one lil Lenovo through Docker, would you have any advice for a distro? Should I just pop Mint on it and set it all up that way?

(Very new and learning, currently have a Pop! desktop that’s been a champion for game stuff while I try to find a new SSD to switch my main game desktops to Linux)

That's actually pretty neat!