Update Proxy_Containers/traefik/config.yaml
This commit is contained in:
@@ -1,26 +1,10 @@
|
|||||||
http:
|
http:
|
||||||
routers:
|
|
||||||
dashboard:
|
|
||||||
rule: "Host(`traefik.${DOMAIN_NAME}`)"
|
|
||||||
service: "api@internal"
|
|
||||||
entryPoints:
|
|
||||||
- websecure
|
|
||||||
middlewares:
|
|
||||||
- dashboard-auth
|
|
||||||
- internal-only
|
|
||||||
tls:
|
|
||||||
certResolver: cloudflare
|
|
||||||
|
|
||||||
middlewares:
|
middlewares:
|
||||||
crowdsec-bouncer:
|
crowdsec-bouncer:
|
||||||
forwardAuth:
|
forwardAuth:
|
||||||
address: http://bouncer-traefik:8080/api/v1/forwardAuth
|
address: http://bouncer-traefik:8080/api/v1/forwardAuth
|
||||||
trustForwardHeader: true
|
trustForwardHeader: true
|
||||||
|
|
||||||
dashboard-auth:
|
|
||||||
basicAuth:
|
|
||||||
users:
|
|
||||||
- "admin:$apr1$..."
|
|
||||||
internal-only:
|
internal-only:
|
||||||
ipAllowList:
|
ipAllowList:
|
||||||
sourceRange:
|
sourceRange:
|
||||||
|
|||||||
Reference in New Issue
Block a user