From 773fb9067b88a6a3f8c22c803d02303845695cf8 Mon Sep 17 00:00:00 2001 From: Chris King Date: Wed, 12 Mar 2025 10:37:43 -0700 Subject: [PATCH] Rename stashapp matcher to @exclude Update stashapp exclusions --- caddy/config/Caddyfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/caddy/config/Caddyfile b/caddy/config/Caddyfile index 5d78244..89feccc 100644 --- a/caddy/config/Caddyfile +++ b/caddy/config/Caddyfile @@ -202,8 +202,8 @@ stash.tremendousturtle.tools { @cf header CF-Connecting-IP * # Match the bedroom Nvidia Shield IP to skip Authentik - @shield client_ip 192.168.1.142 - reverse_proxy @shield stashapp-app-1:9999 { + @exclude client_ip 192.168.1.142 192.168.1.234 127.0.0.1 + reverse_proxy @exclude stashapp-app-1:9999 { header_up X-Real-IP {remote_host} header_up X-Forwarded-Port {server_port} }