Fix: Capitalizar serversTransports correctamente para Traefik
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
All checks were successful
deploy-meshcentral / deploy (push) Successful in 13s
This commit is contained in:
@@ -41,7 +41,7 @@ services:
|
|||||||
- "traefik.http.services.${APP_NAME}.loadbalancer.server.scheme=https"
|
- "traefik.http.services.${APP_NAME}.loadbalancer.server.scheme=https"
|
||||||
|
|
||||||
# ServerTransport para ignorar validación SSL del backend (certificados autofirmados)
|
# ServerTransport para ignorar validación SSL del backend (certificados autofirmados)
|
||||||
- "traefik.http.servertransports.meshcentral-transport.insecureskipverify=true"
|
- "traefik.http.serversTransports.meshcentral-transport.insecureskipverify=true"
|
||||||
- "traefik.http.services.${APP_NAME}.loadbalancer.serverstransport=meshcentral-transport"
|
- "traefik.http.services.${APP_NAME}.loadbalancer.serverstransport=meshcentral-transport"
|
||||||
|
|
||||||
# Router principal con Authentik Forward Auth para rutas de usuario
|
# Router principal con Authentik Forward Auth para rutas de usuario
|
||||||
|
|||||||
Reference in New Issue
Block a user