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} }