fix: update reverse proxy configuration for Plex service in Caddyfile
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 15s
Nix Format Check / check-format (push) Successful in 1m14s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
Menno van Leeuwen 2025-03-25 16:05:02 +01:00
parent 61cc5d50f9
commit 6abb7d400d
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -54,7 +54,7 @@ overseerr.mvl.sh {
}
plex.mvl.sh {
reverse_proxy plex:32400
reverse_proxy host.docker.internal:32400
tls {{ caddy_email }}
}