this post was submitted on 31 Jul 2026
55 points (96.6% liked)

Selfhosted

61070 readers
895 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 everyone! I'm kinda curious about the services you self-host, and I would love to see what do y'all use!

I'll start, and list the services I self-host:

My list

  • Immich (bye Google photos)
  • Open WebUI (web interface for llms)
  • Fireshare (clips hosting and sharing)
  • Home Assistant
  • FMD Server (find my device alternative)
  • YourSpotify (spotify tracker)
  • Kener (uptime monitoring)
  • AdGuard Home
  • SearXNG

Thanks for reading, and thanks to anyone who participate!

you are viewing a single comment's thread
view the rest of the comments
[–] non_burglar@lemmy.world 5 points 1 day ago* (last edited 1 day ago) (4 children)

Incus, all services running in lxc. Ansible and templates to run startup stuff for new containers (ssh keys, etc). My docker setup is primitive, I regressed down to individual containers for each with docker compose. It's so trivial to restore last night's lxc backup that k3s/k8s doesn't really help me. In fact, i've been simplifying everything to suit my use case, including hardware.

  • sonarr
  • radarr
  • bazarr
  • prowlarr (I'm close to getting rid of this)
  • transmission
  • sabnzbd
  • kavita for comics only
  • calibre Web automated (CWA)
  • frigate NVR
  • navidrome
  • immich
  • openwisp to manage 2x openwrt access points
  • homeassistant
  • technitium DNS x2
  • uptimekuma monitoring x2
  • ntfy for push notifications
  • ansible
  • jellyfin
  • radicale
  • syncthing
  • Wireguard
  • wanderer for GPS track mgmt on "big screen". I track my GPS trails and drives as a hobby. I'd love a self-hosted comaps web client, but I can't really find one. :(

Plus lots of transient trials that come and go with interest. Rotating 7 day/4 week/3 months backups by NFS with pruning, includes snapshots, but I set expires on these.

This is running on 2x minipcs with 48GB ram each, but they are way overkill. I just received a mini itx i5 board, which will house all of the containers, save VPN and 1x DNS, which I will run on an SBC.

So I'm going down from 2x servers + 1 NFS nas to one 1u server for everything plus one SBC so I can reboot it.

Power consumption is king factor for me now.

[–] ItsNotImportant24@lemmy.ml 5 points 1 day ago (1 children)

What would you suggest for a prowlarr replacement when you get rid of it? And what would be the reason for getting rid of it? Just curious since I use prowlarr.

[–] non_burglar@lemmy.world 1 points 22 hours ago* (last edited 22 hours ago) (1 children)

I initially set it up because both sonarr and radarr were making their own api calls to indexers and I would get some "daily max exceeded" for certain sites. The idea was that if one host made the calls instead of 2, I wouldn't get rate limited as much.

Now I only have my nzb and pb indexers, the first has no such limits because I pay for it, and the second is only used as a second priority, so I don't really hit limits anymore.

If you have a bunch of arr services, this is useful. But I only have the two, so I don't think it's much work to set indexers up individually.

Edit: this ^^ is my suggestion. Add the indexers manually.

[–] ItsNotImportant24@lemmy.ml 1 points 22 hours ago

Ahhh ok. I mainly just run lidarr, sonarr and radarr. I do pay for an nzb subscription as well, so yeah dont really need prowlarr for that. I do use torrents as well though. I'll probably keep prowlarr as is at least for now as its all setup and stays out of the way. Thanks for answering.

[–] Fortatech@gregtech.eu 1 points 23 hours ago (1 children)

Dont some bigger servers come with an onboard sbc for management and stuff (eg. Dell's idrac)?

[–] non_burglar@lemmy.world 1 points 22 hours ago

Yeah. I have a dell r430 sitting unused and a supermicro xeon-d board, both have a BMC.

It's really nice to have, but server stuff is expensive and power hungry.

Plus, I've shifted my way of looking at the setup where I'd rather it just default to starting back up properly. Even if I have a failed disk, if I'm away there's nothing incan do about it until I'm physically back.

I'm almost 30yrs in it/devops/infosec and I'm no longer interested in owning an excavator just because I can.

[–] Pika@sh.itjust.works 1 points 1 day ago* (last edited 1 day ago)

I use proxmox on one server, but currently my layout is:

  • docker 1:
    • Authentik first network
    • heimdall
    • immich
    • jellyfin
    • NPM first network
    • zipline
  • docker 2:
    • authentik second network
    • npm second network
    • blorp
    • gitlab-runner
    • ladder
    • metube
    • photon
    • privatebin
    • tandoor
    • bar assistant
    • sponsor block

LXCS:

  • pihole
  • wireguard
  • mail server (postfix/dovecot)
  • zoneminder
  • zabbix
  • gitlab
  • matrix
  • xmpp/openfire
  • revolt/stoat
  • gamevox (temporary)
  • pufferpanel - minecraft
  • pufferpanel - ark
  • palworld
  • discord development container
  • projects container VMs:
  • homeassistant
  • ipa server
  • firewall
  • Syncthing / immich storage / PXE server/ File storage

Also thank you for making this post, it helped me realize I have a few containers and services I don't use and I don't think have activity on them anymore so I can start a deprecation cycle on them lol

[–] Buage_@piefed.social 1 points 1 day ago (1 children)
[–] non_burglar@lemmy.world 1 points 22 hours ago

To me, it's a good stack. A lot of ppl have lower numbers than this, but then they set up a VM with docker and just run 12 extra things there. :P