From 1a98e57f824f0e3a5fba1c696e1b13f29d132416 Mon Sep 17 00:00:00 2001 From: John Allison Date: Sat, 25 Oct 2025 12:58:36 -0400 Subject: [PATCH] Moved CaddyFile to Host p0 --- stacks/core/caddy/Caddyfile | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 stacks/core/caddy/Caddyfile diff --git a/stacks/core/caddy/Caddyfile b/stacks/core/caddy/Caddyfile deleted file mode 100644 index fb4ff3d..0000000 --- a/stacks/core/caddy/Caddyfile +++ /dev/null @@ -1,26 +0,0 @@ -{ - auto_https disable_redirects -} - -# Caddy Dashboard (optional) -:2019 { - metrics /metrics -} - -# Portainer -portainer.frostlabs.home { - reverse_proxy portainer:9000 - tls internal -} - -# Paperless-NGX -docs.frostlabs.home { - reverse_proxy paperless:8000 - tls internal -} - -# Adminer -miner.frostlabs.home { - reverse_proxy adminer:8091 - tls internal -} \ No newline at end of file