this post was submitted on 10 Apr 2026
22 points (100.0% liked)

Selfhosted

56957 readers
709 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
 

Hey guys! After over 2 years of me asking how to take the first steps in self-hosting, I think I've finally got most of the things I need set up (except for a mailcow server proxied through a VPS, but that's for another day). I've been seeing a bunch of posts here about the *arr stack, and only recently it piqued my interest enough to really warrant a serious look. But I'll be honest, it's a bit confusing. For now, I'm just thinking of starting up the whole suite on my machine, then slowly expose to internet the parts I find useful (and shut down the parts I don't). But I really can't find any good...tutorial(?) on how to quickly get the whole stack running, and I'm a bit worried about launching individual apps since I don't know if/how they communicate with each other. So I'll try to summarize my, quite naïve, questions here:

  • how exactly do I set up a quick stack? Is that possible? And more importantly, is that recommended?
  • most of the tutorials/stacks I see online use plex for video streaming, but seeing a lot of negativity around plex and its pricing, I reckon using jellyfin would be better. Does it just plug into the ecosystem as easily as plex apparently does?
  • I've already set up a hack-ish navidrome instance to stream music, but managing files is a real hassle with it. Does sonarr(?) do it any better?

I know most of these questions can be easily answered through some LLM (which I don't wanna rely on) or scouring documentation (which honestly look a bit daunting from my point right now), so I figured it'd be best to ask here. Thanks for any help!

top 14 comments
sorted by: hot top controversial new old
[–] Mister_Hangman@lemmy.world 1 points 4 minutes ago
[–] Grapho@lemmy.ml 2 points 28 minutes ago (1 children)

It depends on whether you want to use torrents or have a usenet subscription. You'd do well to look at TRaSH guides, save yourself a lot of headaches if you structure the container's directory structures in the way the guides suggest and then you can just use Prowlarr to manage the actual download requests and send them to your torrent or usenet client.

I use Jellyfin and I suggest you do the same, but honestly you could use whatever you feel like, the *arr stack is going to put everything in the proper folder structure and naming convention so by and large your media server app should be pretty plug and play, just point it at the proper folder and get to scanning.

[–] goddard_guryon@sopuli.xyz 1 points 17 minutes ago

Ha! That sounds like the exact thing I was looking for. I'll go through the guide and see how well it turns out. Thanks!

[–] etchinghillside@reddthat.com 2 points 48 minutes ago (1 children)

Do you normally pirate content and have something like Jellyfin setup?

[–] goddard_guryon@sopuli.xyz 1 points 16 minutes ago

I do have like a bunch of old stuff from can't-recall-when. I setup jellyfin while scrolling through the awesome-selfhosted list, but never got to really get it to work because of lack of content

[–] N0x0n@lemmy.ml 2 points 50 minutes ago* (last edited 47 minutes ago) (1 children)

The arr stack is kinda tricky to get started and understand how it all works together, but as soon as it clicks, it's awesome !!

Can't exactly say what, but I kinda got lost and what helped me out was to slowly work one arr service at a time and understand what they actually do. (First only Sonarr after awhile I added prowlarr, then radarr and now slowly testing Seer !)

Trash guide was also helpful specially for custom formats. Just take your time and don't try to much to make your own custom formats... Have seen alot a of people on private trackers blow up their ratio without noticing it.

Best advice I can give you is to just play arround with sonarr or radarr alone and try things out and see what they do ^^ Or try to read and understand the official documentation but you will have a better grasp while doing things :)

Edit: Ohh and forget about asking chatGPT... It will mostly output outdated information an cause you more trouble and leave you even more confused !

[–] goddard_guryon@sopuli.xyz 1 points 13 minutes ago

Good to know I'm not stupid for feeling a little intimidated by the arr stack XD

Actually, I think I will follow this and start with just sonarr to get a feel for it first. I have barely any clue of what 'format' means here, so clearly I'd be better off taking a small step first. Thanks!

[–] plantsmakemehappy@lemmy.zip 2 points 55 minutes ago (1 children)

Wiki.servarr.com and trash guides for setup. Like the other person mentioned, you'll want qbit with VPN for torrents or sab for usenet, radar and sonarr, prowlarr, and your media server. Lots of apps you can add later, like seerr for request management.

Recommended containers by the servarr folks are hotio (has built in vpn for the qbit container) or lsio.

[–] goddard_guryon@sopuli.xyz 1 points 5 minutes ago

I tried to follow servarr head-first, but of course got lost in the jargon since I had next to zero idea of what I'm dealing with. But all these comments (and trash guides, which I somehow never encountered) seem to be great pointers to get me up to speed hehe

[–] CmdrShepard49@sh.itjust.works 13 points 2 hours ago* (last edited 2 hours ago) (2 children)

You should be able to find tutorials on YouTube or follow the TRaSH guide. You don't need to expose this stuff to the internet, only your download client like Qbittorrent. For movies and TV, all you'd need is a download client + VPN, sonarr (TV), radarr (movies), Prowlarr (handles indexers/trackers), and possibly Jellyseer for requests from you or those you share with in a single UI. There are other *arrs for music (Lidarr), books, porn, etc too. Lidarr can integrate with SoulSeek if thats what you're using to fill content for Navidrome, but you would use Jellyfin as the media player.

Yes they'll integrate well with Plex, Emby, and Jellyfin. You just paste API keys from one to another to allow them to communicate.

[–] goddard_guryon@sopuli.xyz 1 points 7 minutes ago

Haha I feel like I'm way behind anything you mentioned here. I had a bunch of old mp3 files lying around, so for now all I do is upload old/new mp3 files I procure into my nextcloud instance, then use an autosynced nextcloud folder to fill navidrome. I always knew this is a very fragile solution, but your comment seems to be a goldmine of stuff to try. Thanks!

[–] plateee@piefed.social 1 points 14 minutes ago

As a bonus, if you go with newsgroups, you don't have to expose anything to the internet!

[–] AzuraTheSpellkissed@lemmy.blahaj.zone 4 points 2 hours ago (1 children)

I haven't tried any out-of-the-box solution or setup script, so I can't talk about them. if you go diy or want to edit any solution to have internet access exclusively over VPN (or not at all otherwise), I can recommend gluetun. Other than that, I just have a simple docker compose file and a reverse proxy. I recommend not exposing it to the www, but to keep it only accessible in your local network, or tailscale, if your use case allows it. Note: if you set up https, you might be leaking your subdomains in permanent certificate transparency records.

[–] goddard_guryon@sopuli.xyz 1 points 10 minutes ago

So this is a part I've stumbled on for now. I do host a bunch of other stuff which I share with a few friends, so using tailscale was, for me, a bigger hassle than worth. But now that prowlarr requires a VPN connection for security, I'm on the crossroads on whether to push tailscale for everyone or figure out VPN for just prowlarr. But I suppose that's what gluetun is for? I'll take a look into it anyway, thanks!