2024-11-09, 01:33 AM
(This post was last modified: 2024-11-09, 03:01 AM by stillyahoo. Edited 1 time in total.)
SOLVED: Seeing as caddy is on same lan as jellfyfin I thought all access was local. But going to Advanced > Netowrking > Remote Access Settings - If i allow remote connections it fixes the issue and all the thumbnails/posters display correctly when accessed through the web. I did also add the caddy local IP address to 'known proxies' but it doesnt seem necessary as withtout it, still works as long as I have enabeld allow remote conection
I have my own domain using cloudflare nameservers. Using cloudflare proxy to point to my IP at server location.
I am running caddy (LXC) as reverse proxy for jellyfin server (LXC) [both in same subnet] and when accesing through web via reverse proxy all the thumbnails for all media are blurred. All the media plays properly though, there is no problem there.
However when accessing jelly through local IP all thumbnails for media are correctly displayed as usual.
I havent changed much in Jellyfin, left the config as it came So im not sure which configurations to list here to show everyone.
my caddyfile entry for jelly is simply
Nextcloud is also behind caddy reverse proxy and is working normally.
I have been searching around for a solution for a while but all similiar'ish search results tend to point to docker and nginx modificatios which I cant find correlation for with my proxmox lxc caddy setup.
Any pointers wiould be greatly appreciated.
I remember some settings for metadata savers and saving artwork in media folders would that be of any helpin this situation?
I may have domain names and servers and containers setup with reverse proxies etc but I barely know what I am doing and have somehow bumbled my way through groping in the dark this far, loooool. So my knwoledge is not enough to solve this issue.
I have my own domain using cloudflare nameservers. Using cloudflare proxy to point to my IP at server location.
I am running caddy (LXC) as reverse proxy for jellyfin server (LXC) [both in same subnet] and when accesing through web via reverse proxy all the thumbnails for all media are blurred. All the media plays properly though, there is no problem there.
However when accessing jelly through local IP all thumbnails for media are correctly displayed as usual.
I havent changed much in Jellyfin, left the config as it came So im not sure which configurations to list here to show everyone.
my caddyfile entry for jelly is simply
Code:
'domain for jelly' {
reverse_proxy [jelly local IP address:8096]
}
Nextcloud is also behind caddy reverse proxy and is working normally.
I have been searching around for a solution for a while but all similiar'ish search results tend to point to docker and nginx modificatios which I cant find correlation for with my proxmox lxc caddy setup.
Any pointers wiould be greatly appreciated.
I remember some settings for metadata savers and saving artwork in media folders would that be of any helpin this situation?
I may have domain names and servers and containers setup with reverse proxies etc but I barely know what I am doing and have somehow bumbled my way through groping in the dark this far, loooool. So my knwoledge is not enough to solve this issue.