Selfhosted
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
view the rest of the comments
If you want to setup a stack take a look up TRaSH guides. Then it goes roughly like this.
You have software that search and make the download requests: radarr (movies), sonarr (TV shows), lidarr (music), bazaar (subtitles, if you need to add more that don't already come with the movie/show). But there might be others e.g. for porn or like here for YouTube.
Those forward the request to a downloader like Sabnzb if you are using usenet or qbirtorrent for torrents.
Those above are the main ones and from there you can add things that make your life easier:
Prowlarr: sonarr/radar need an indexer to search, instead of configuring them in each software this allows you to do it once and then sync across the other apps
Overseerr/Jellyseerr: if you want a nicer frontend to search and make download requests instead of doing so in radar/sonarr.
Recycler/Notifier/Configarr (all do roughly the same): sonarr/radarr allow you to configure specific profiles to score the quality of downloads so you can get them in the format you desire (e.g. so you want 1080p or 4k, HDR yes or no). These allow you to sync custom formats with sonarr/radarr that others like trash-guides have developed.
Tdarr: if you would like to reencode and compress movies to save space this allows you to do so in an automated way. Although you usually I'd imagine it might be easier to just setup a better profile in sonarr/radarr and download the desired version (should you e.g. want x265 encoded versions)