From 26f7592d38657dc04334af78d8224ffee774aa0d Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sun, 20 Oct 2024 00:30:52 -0400 Subject: [PATCH] feat: add nextcloud route --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Caddyfile b/Caddyfile index 5a9f9f5..3be4258 100644 --- a/Caddyfile +++ b/Caddyfile @@ -60,6 +60,10 @@ https://deluge.home.karnov.club { import internal_base "deluge-web" 8112 } +https://cloud.home.karnov.club { + import internal_base "nextcloud" 2100 +} + https://panopticon.home.karnov.club { import internal_base "grafana" 3100 }