added basic auth to evcc
This commit is contained in:
@@ -17,6 +17,8 @@ services:
|
|||||||
- "traefik.http.routers.evcc.rule=Host(`evcc.montana2000.freeddns.org`)"
|
- "traefik.http.routers.evcc.rule=Host(`evcc.montana2000.freeddns.org`)"
|
||||||
- "traefik.docker.network=proxy"
|
- "traefik.docker.network=proxy"
|
||||||
- "traefik.http.services.evcc.loadbalancer.server.port=7070"
|
- "traefik.http.services.evcc.loadbalancer.server.port=7070"
|
||||||
|
- "traefik.http.routers.evcc.middlewares=evcc-auth"
|
||||||
|
- "traefik.http.middlewares.evcc-auth.basicauth.users=nils:$$apr1$$JDBG7p8k$$LB8y6/aKcNQ/ybLz7LXjY."
|
||||||
networks:
|
networks:
|
||||||
- traefik_web
|
- traefik_web
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user