2025-03-24, 05:11 PM
hi all,
new to jellyfin here and so far so good, i followed this guide to make it https
https://jellyfin.org/docs/general/quick-start/windows/
just missed the duckdns part as i have a dynu account with opnsense plugin and for the task scheduler i just made a simple bat and ps1 script
in "shell:startup" i have a bat file
powershell -File "C:\Program Files\caddy\jellyfin.ps1"
and my ps1 file is
cd 'C:\Program Files\caddy\'
start-process -windowstyle hidden caddy run
on a wan pc to access my jellyfin server if i type in
my.domain.com/jellyfin
it redirects me to
https://my.domain.com/jellyfin
but on the mobile app it doesnt redirect me as if i look at my server in settings it says http?
thanks,
rob
new to jellyfin here and so far so good, i followed this guide to make it https
https://jellyfin.org/docs/general/quick-start/windows/
just missed the duckdns part as i have a dynu account with opnsense plugin and for the task scheduler i just made a simple bat and ps1 script
in "shell:startup" i have a bat file
powershell -File "C:\Program Files\caddy\jellyfin.ps1"
and my ps1 file is
cd 'C:\Program Files\caddy\'
start-process -windowstyle hidden caddy run
on a wan pc to access my jellyfin server if i type in
my.domain.com/jellyfin
it redirects me to
https://my.domain.com/jellyfin
but on the mobile app it doesnt redirect me as if i look at my server in settings it says http?
thanks,
rob