fix: update Caddyfile and docker-compose configurations for Plex and Tautulli services
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Successful in 1m25s
Python Lint Check / check-python (push) Failing after 12s

This commit is contained in:
2025-03-25 16:01:28 +01:00
parent 42cb3d5bf2
commit 61cc5d50f9
4 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,17 @@ overseerr.mvl.sh {
tls {{ caddy_email }}
}
jellyfin.mvl.sh jellyfin.vleeuwen.me jf.vleeuwen.me jf.mvl.sh {
plex.mvl.sh {
reverse_proxy plex:32400
tls {{ caddy_email }}
}
tautulli.mvl.sh {
reverse_proxy tautulli:8181
tls {{ caddy_email }}
}
jellyfin.mvl.sh jf.mvl.sh {
reverse_proxy jellyfin:8096
tls {{ caddy_email }}
}