view the rest of the comments
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!
If and when Jellyfin "needs" revenue, 100% agree. But with that post they're saying they're not worried about it, unlike FUTO/Immich.
Hopefully one day Jellyfin will be big enough and stable enough to warrant that kind of funnel.
Right now, I use TailScale funnel for Jellyfin. For some reason nginx just bogs it down too heavily.
https://tailscale.com/kb/1223/funnel
I use nginx reverse proxy on Jellyfin (and a bunch of other services as well) and it's working great. Maybe you have some weird setup or complex situation.
I have a boat load of stuff thru nginx. Using nginx-proxymanager. Dunno if I need to add any special parameters for Jellyfin. Tailscale Funnel is working fine for now.
If you could share your settings for your nginx setup, that might help me.
I don't use NPM but directly nginx. All my nginx general setup and per-service specific settings are here: https://wiki.gardiol.org
There is a global page for the reverse proxy, and then each service I tried/use has its own setup page.
Awesome! Thanks so much!