traefik dashboard and improvements in traefik, crowdsec

This commit is contained in:
2026-01-13 00:53:28 +01:00
parent 53070e9667
commit 627d13df13
22 changed files with 69 additions and 18 deletions

View File

@@ -39,7 +39,6 @@ services:
- "traefik.http.routers.lldap.rule=Host(`ldap.${PUBLIC_DOMAIN}`)"
- "traefik.http.routers.lldap.entrypoints=https"
- "traefik.http.routers.lldap.tls=true"
- "traefik.http.routers.lldap.tls.certresolver=myresolver"
- "traefik.http.routers.lldap.service=lldap-service"
- "traefik.http.services.lldap-service.loadbalancer.server.port=17170"
- "traefik.http.services.lldap-service.loadbalancer.server.scheme=http"