mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Update basicAuth users format in traefik.yml
This commit is contained in:
@@ -113,8 +113,7 @@ http:
|
|||||||
middlewares:
|
middlewares:
|
||||||
auth:
|
auth:
|
||||||
basicAuth:
|
basicAuth:
|
||||||
users:
|
users: "{{env "DASHBOARD_USER"}}:{{env "DASHBOARD_PASSWORD"}}"
|
||||||
- "{{env "DASHBOARD_USER"}}:{{env "DASHBOARD_PASSWORD"}}"
|
|
||||||
csrf:
|
csrf:
|
||||||
# https://doc.traefik.io/traefik/middlewares/http/headers/#hostsproxyheaders
|
# https://doc.traefik.io/traefik/middlewares/http/headers/#hostsproxyheaders
|
||||||
# https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
|
# https://docs.djangoproject.com/en/dev/ref/csrf/#ajax
|
||||||
|
|||||||
Reference in New Issue
Block a user