Add tvheadend to caddy

This commit is contained in:
Marko Korhonen 2023-04-04 01:12:13 +03:00
parent 1bb484443b
commit 3b20556fb7

View file

@ -119,6 +119,11 @@ korhonen.cc, *.korhonen.cc {
file_server browse
}
@tvheadend host tvheadend.korhonen.cc
handle @tvheadend {
reverse_proxy tvheadend:9981
}
# Fallback for unhandled domains
handle {
redir https://korhonen.cc/404.html 301