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
I'm a bit confused by your question about Jellyfin in a Nextcloud post, but whatever xD
There's is no way to install a specific version of an app on Scale, you can only install the latest version. That applies to both the official charts as well as TrueCharts. You can however refuse to update to newer versions if you feel like it.
Keep in mind that if you decide to update later on, you can only update to the current latest version again.
Alternatively, you can set up the app "manually", by going to "Discover apps" and then clicking the "Custom app" button. That allows you to use any docker image with any tag that you want. I've used it to set up an unstable/beta version of Jellyfin, and some more test servers.
I think there's also a docker-compose app for TrueCharts that lets you point to a compose test file using host path, but that is not needed for Jellyfin.
Let me know if you have more questions!
Well I have a problem where Jellyfin stops working after I restart the NAS. Guess I had more questions and forgot to change the title. Have you got any idea how to connect from outside home network to Nextcloud?
VPN, Tailscale Funnel or Cloudflare Tunnel? ZeroTier should also work.
In what way does Jellyfin stop working? Does it not start at all?
Okay so the problem was that I forgot to give permission to the folder and it would just crash St start. I have installed tailscale and configured it as an exit node but for some reason I can't configure route. Everytime I enter one tailscale doesn't start unless I remove routes. I have it as exit node but it still doesn't work
You don't need to use it as an exit node. But yes, running tailscale in a container can be problematic for accessing some apps. You should give this thread a read: https://github.com/truenas/charts/issues/2201
It offers some explanations on what might be going on. I have tailscale set up on a different device (raspberry pi), and it's working as a "subnet router", meaning I can access all of my local subnet when I'm connected.