2024-11-26, 03:13 PM
(This post was last modified: 2024-11-26, 03:15 PM by wenzelja. Edited 2 times in total.)
(2024-11-26, 01:57 PM)TheDreadPirate Wrote: Do you have IIS running? Not sure how else you would get the screenshot from your second post.@TheDreadPirate
I don't know that I do. Do you know how i could tell that, and would i need to turn it off or disable IIS?
(2024-11-26, 02:05 PM)pxr5 Wrote: In the OP > second picture, there is something definitely wrong with your caddy file to get that message. The caddy file is picky with spaces and tabs, so make sure they are spot on. In fact use the info in the error and run 'Caddt fmt --overwrite' Caddyfile.@pxr5
I just looked at the errors again and I hadn't noticed the formatting error yesterday. When I get a chance today, I'll run the Caddy fmt --overwrite and see if that helps.
I setup my caddyfile with the following:
[my domain].duckdns.org
reverse_proxy 192.168.1.31:8096
Did I miss a character or spacing or something?
The Jellyfin guide shows this for the caddyfile:
<your (sub)domain here>
reverse_proxy 127.0.0.1:8096
Should I have included the <> around my domain, i.e. <[my domain].duckdns.org>? I used 192.168.1.31 in the reverse_proxy line as that is my static internal address. Should I have used the 127.0.0.1 instead?