mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Mr prd
This commit is contained in:
parent
b1a4779d96
commit
d9be744f17
24 changed files with 281 additions and 50 deletions
|
|
@ -502,6 +502,8 @@ traefik:
|
|||
- "--log.level=DEBUG"
|
||||
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin
|
||||
- --experimental.plugins.jwt.version=v0.7.0
|
||||
- --experimental.plugins.traefik-real-ip.moduleName=github.com/soulbalz/traefik-real-ip
|
||||
- --experimental.plugins.traefik-real-ip.version=v1.0.3
|
||||
|
||||
|
||||
# Environment variables to be passed to Traefik's binary
|
||||
|
|
@ -578,9 +580,10 @@ traefik:
|
|||
redirectTo: websecure
|
||||
#
|
||||
# Trust forwarded headers information (X-Forwarded-*).
|
||||
# forwardedHeaders:
|
||||
# trustedIPs: []
|
||||
# insecure: false
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "192.168.11.1"
|
||||
insecure: false
|
||||
#
|
||||
# Enable the Proxy Protocol header parsing for the entry point
|
||||
# proxyProtocol:
|
||||
|
|
@ -608,9 +611,10 @@ traefik:
|
|||
# advertisedPort: 4443
|
||||
#
|
||||
## Trust forwarded headers information (X-Forwarded-*).
|
||||
#forwardedHeaders:
|
||||
# trustedIPs: []
|
||||
# insecure: false
|
||||
forwardedHeaders:
|
||||
trustedIPs:
|
||||
- "192.168.11.1"
|
||||
insecure: false
|
||||
#
|
||||
## Enable the Proxy Protocol header parsing for the entry point
|
||||
#proxyProtocol:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue