Skip to content

Commit

Permalink
Update start.sh
Browse files Browse the repository at this point in the history
Change jellyfin to media as the subdomain

Co-authored-by: Simon L. <[email protected]>
Signed-off-by: Pıεяяε <[email protected]>
  • Loading branch information
AiroPi and szaimen authored Feb 23, 2024
1 parent edc8c85 commit 8558414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi

if [ -n "$(dig A +short nextcloud-aio-jellyfin)" ] && ! grep -q nextcloud-aio-jellyfin /Caddyfile; then
cat << CADDY >> /Caddyfile
https://jellyfin.{\$NC_DOMAIN}:443 {
https://media.{\$NC_DOMAIN}:443 {
reverse_proxy nextcloud-aio-jellyfin:8096
# TLS options
Expand Down

0 comments on commit 8558414

Please sign in to comment.