mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #305] help with Jellyfin Config #268
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#268
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @palitu on GitHub (Feb 23, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/305
I have jellyfin running in a container (via dockstarter), and it is reverse proxy'd by the letsencrypt container. I am trying to migrate to NPM, but cannot figure out the settings.
Does anyone have a working jellyfin Rproxy that they can help me with?
I have tried the adding a folder, as per the standard instructions, but then the GUI shows, but wont play movies.
This is the config for the letsencrypt nginx rev proxy:
how would i recreate this in NPM?
ta
@jc21 commented on GitHub (Feb 23, 2020):
It should be as simple as this:
where
192.168.0.10is your upstream ip or hostname.If you find that some things work in the browser and some don't, you have to inspect the Javascript/Developer tools console of your browser to get more info about why.
@palitu commented on GitHub (Feb 23, 2020):
Thanks, i will try it as is an give it a go.
@palitu commented on GitHub (Mar 2, 2020):
thanks - turns out i also needed a location
@bunducafe commented on GitHub (Jul 13, 2020):
That's what I tried. Without SSL it is working, but with force SSL it quits with "internal error". Any hints?