this post was submitted on 10 Apr 2026
103 points (97.2% liked)
Selfhosted
60409 readers
244 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:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
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.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What are you running? Does it happen to be some all in one solution like Synology or Ugreen?
But the gist of it is you get the arrs running in a docker stack, jellyfin running in another. You don't actually have to point them at each other: the arrs dump your films/series into a media folder you define. You tell your jellyfin server what folder has your media and bob's your uncle.
I prefer using Usenet to download my media. Pros, not torrent, less risk. Cons, costs a bit each year.
How does one get started with Usenet?
You need two subscriptions. One to an indexer (https://nzb.su/) which acts like a search engine, and two to a Usenet that hosts media (https://frugalusenet.com/). These two aren't the only two options out there, but I've been using them for years. YMMV.
Once you have those subscriptions, you need to run sabnzbd in a docker container near your arrs, and point your arrs to the indexer as well as to sabnzbd. Tell Sonarr you want to find a show, it uses the indexer to see where it can be found, tells sabnzbd to acquire it using the servers you paid for in the Usenet group, downloads and pieces it back together and then files it where Sonarr tells it to. Jellyfin notices that media folder has something new, and you can watch it wherever.
For more interesting cat facts, be sure to smash that subscribe button.
Thank you my friend
I remember what it was like, newly adrift on the high seas. Ping me if you need help. ✌🏻
I'm just using a bunch of independent docker containers behind nginx. But this now sounds a lot easier than I had in mind since a few apps I deployed were painful in the rear end when setting up correct folders. As for usenet, I'd have the same question as the other reply - in my mind it's an archaic (lol) network protocol which I have not the slightest idea about
Reason I asked about Synology was because there's a good guide here for the arr deployment. I adapted it for my ugreen nas. Might be able to find parallels with whatever set up you've got going on.
Usenet is archaic, but therein lies the protection. It's a straight download of disparate files that a program you run puts together. Safer than torrent, but your options may be more limited.
Hah that makes a lot more sense. For now I think I'll stick with the independent containers approach, I have zero familiarity with synology so I better take it one at a time. But usenet sounds pretty interesting now, might give it a look just for the kicks haha
Well, Synology is a brand name NAS aimed at beginners with their own "OS". Unless you were planning on dropping a decent chunk of change to buy one, it's a moot point. But because it's a popular option among people starting out, I was curious of that was your situation, in which case that link would walk you through everything you needed to know, including its quirks.
I replied to someone else in this thread on how to get started with Usenet if you're interested. It boils down to two subscriptions and another container running with your arrs stack.