From 03caede5fca8ad7681cbc1df2e762bc8626d692b Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 11 May 2025 19:35:14 -0500 Subject: [PATCH] removed extra bracket --- caddy/Caddyfile | 102 ++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 52 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index d9eb004..38d156d 100755 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -64,7 +64,7 @@ akanealw.com { auth.akanealw.com { import cloudflare - reverse_proxy localhost:9091 + reverse_proxy authelia:9091 } # -------------------------------------------------- @@ -133,28 +133,28 @@ auth.akanealw.com { } } - # -------------------------------------------------- - # external subdomains with authelia - # - # - # @ host .akanealw.com - # handle @ { - # import auth - # reverse_proxy 192.168.1. - # } - # - # @ host .akanealw.com - # handle @ { - # import auth - # reverse_proxy https://192.168.1. { - # transport http { - # tls_insecure_skip_verify - # } - # } - # } - # - # - # -------------------------------------------------- +# -------------------------------------------------- +# external subdomains with authelia +# +# +# @ host .akanealw.com +# handle @ { +# import auth +# reverse_proxy 192.168.1. +# } +# +# @ host .akanealw.com +# handle @ { +# import auth +# reverse_proxy https://192.168.1. { +# transport http { +# tls_insecure_skip_verify +# } +# } +# } +# +# +# -------------------------------------------------- @docmost host docmost.akanealw.com handle @docmost { @@ -337,33 +337,33 @@ auth.akanealw.com { } - # -------------------------------------------------- - # internal only subdomains - # - # - # @ host .akanealw.com - # handle @ { - # handle @internal { - # reverse_proxy 192.168.1. - # } - # respond "ip range not allowed" - # } - # - # - # @ host .akanealw.com - # handle @ { - # handle @internal { - # reverse_proxy https://192.168.1. { - # transport http { - # tls_insecure_skip_verify - # } - # } - # } - # respond "ip range not allowed" - # } - # - # - # -------------------------------------------------- +# -------------------------------------------------- +# internal only subdomains +# +# +# @ host .akanealw.com +# handle @ { +# handle @internal { +# reverse_proxy 192.168.1. +# } +# respond "ip range not allowed" +# } +# +# +# @ host .akanealw.com +# handle @ { +# handle @internal { +# reverse_proxy https://192.168.1. { +# transport http { +# tls_insecure_skip_verify +# } +# } +# } +# respond "ip range not allowed" +# } +# +# +# -------------------------------------------------- @localshare host localshare.akanealw.com handle @localshare { @@ -708,5 +708,3 @@ repo.aknlw.com { import cloudflare reverse_proxy 192.168.1.50:3000 } - -}