feat: add plex route

This commit is contained in:
Marc 2024-09-27 22:53:07 -04:00
parent b7586955a4
commit de05387eee
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -13,9 +13,6 @@
} }
} }
(reverse_proxy_host) {
}
(application_base) { (application_base) {
import application_logging {args[0]} import application_logging {args[0]}
reverse_proxy host.containers.internal:{args[1]} reverse_proxy host.containers.internal:{args[1]}
@ -49,6 +46,10 @@
# Local DNS is expected to set up and map # Local DNS is expected to set up and map
# these routes. # these routes.
https://plex.home.karnov.club {
import internal_base "plex" 32401
}
https://deluge.home.karnov.club { https://deluge.home.karnov.club {
import internal_base "deluge-web" 8112 import internal_base "deluge-web" 8112
} }