Rename stashapp matcher to @exclude

Update stashapp exclusions
This commit is contained in:
Chris King
2025-03-12 10:37:43 -07:00
parent 31a5e76cee
commit 773fb9067b

View File

@@ -202,8 +202,8 @@ stash.tremendousturtle.tools {
@cf header CF-Connecting-IP * @cf header CF-Connecting-IP *
# Match the bedroom Nvidia Shield IP to skip Authentik # Match the bedroom Nvidia Shield IP to skip Authentik
@shield client_ip 192.168.1.142 @exclude client_ip 192.168.1.142 192.168.1.234 127.0.0.1
reverse_proxy @shield stashapp-app-1:9999 { reverse_proxy @exclude stashapp-app-1:9999 {
header_up X-Real-IP {remote_host} header_up X-Real-IP {remote_host}
header_up X-Forwarded-Port {server_port} header_up X-Forwarded-Port {server_port}
} }