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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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
You can install Yunohost on your home server. I've been running it that way on various machines for years. It's just built on Debian Linux. I love it, and find it way easier than Docker. That said, you will be limited to the apps available (have a look at their catalog) in comparison to Docker. If you vibe with Docker then power to you. It has some good features. One more option I'd like to mention, specifically for the *arr stack/media server is Swizzin Community Edition. It's another non-Docker, super easy setup. Also, don't be fooled: you can install it locally too :)
I tried to install tipi.io but the arrs wouldn’t talk to each other and I couldn’t figure out docker networking. Does yunohost work mostly ootb?
I don't run my *arr stack on Yunohost, but I'm sure it will make them all accessible ootb. You will probably need to point them to one another where necessary from within their web config. For example, sonarr will need to know where your torrent client is. So in your sonarr config you'll tell it that qbittorrent (or whatever) is at localhost:1243 (or whatever port qbittorrent is running on.