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
Maybe this is an incredibly dumb question, but I was actually doing research on a very similar question to the OP and I still don't really have a definitive answer.
I currently have a series of docker containers running Plex and the full *arr setup on the Linux drive of my PC. Because I dual boot my machine, I want to migrate my server to a NAS so I don't shut it down whenever I switch from Linux to Windows. I'm seeing that I could theoretically use a NAS just for the media storage and keep all the transcoding (ie all of the docker containers with sonarr, radarr etc) on the existing Linux drive. However, would the Plex container live on the NAS or the Linux drive? I'd assume the NAS...?
Not a dumb question at all! It can take some time to really wrap your head around this stuff
If you want Plex to be able to serve media all the time (even when your main PC is off or you're switching between your Linux and Windows installs) then you'd have to run it on the NAS. You may be able to keep the *arr stack on your Linux drive if you don't care about uptime, since these programs really only need to run when you need media files managed. That being said, you might find it more simple to manage if you migrate all your workloads to the NAS
I currently have Plex running as an "app" on my TrueNAS SCALE NAS, which is just what they call containers/deployments. It runs very well, and I was even able to pass though a GPU for transcoding
Appreciate it! I'll play around with the configuration and see what works. Initially I had a really fun (/s) time with permissions on folders that were accessed by multiple containers (could write to one folder but not read it with Plex, for example) so I'm going to phase it in incrementally, hopefully without breaking my current setup.
I do the wrong thing and chmod 777 all my media folders. If someone is that far into my network I'm probably screwed anyways