From a56ea15940f5d7a39c254cf959739b2be6845021 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 8 Oct 2024 20:01:48 -0700 Subject: [PATCH] mu --- lotus-land-story/templates/Caddyfile | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) diff --git a/lotus-land-story/templates/Caddyfile b/lotus-land-story/templates/Caddyfile index cfded0f..2d4c362 100644 --- a/lotus-land-story/templates/Caddyfile +++ b/lotus-land-story/templates/Caddyfile @@ -38,33 +38,7 @@ auth.{{ domain }} { {% endfor %} search.kejadlen.dev { - log - - handle /opensearch.xml { - reverse_proxy searxng:8080 - } - - handle /static/* { - reverse_proxy searxng:8080 - } - - handle /autocompleter { - reverse_proxy searxng:8080 - } - - handle { - forward_auth authelia:9091 { - uri /api/verify?rd=https://auth.{{ domain }} - # copy_headers Remote-User - - # This import needs to be included if you're relying on a trusted proxies configuration. - import trusted_proxy_list - } - - reverse_proxy searxng:8080 { - import trusted_proxy_list - } - } + reverse_proxy searxng:8080 } # {{ hledger.subdomain }}.kejadlen.dev {