From de05387eee4843c6f216f80ef8035ede7a67c2f6 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 27 Sep 2024 22:53:07 -0400 Subject: [PATCH] feat: add plex route --- Caddyfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index 238e670..ff09ac4 100644 --- a/Caddyfile +++ b/Caddyfile @@ -13,9 +13,6 @@ } } -(reverse_proxy_host) { -} - (application_base) { import application_logging {args[0]} reverse_proxy host.containers.internal:{args[1]} @@ -49,6 +46,10 @@ # Local DNS is expected to set up and map # these routes. +https://plex.home.karnov.club { + import internal_base "plex" 32401 +} + https://deluge.home.karnov.club { import internal_base "deluge-web" 8112 }