Fix: Configurar acceso HTTPS a Authentik vía Traefik
All checks were successful
deploy-meshcentral / deploy (push) Successful in 14s

- Cambiar extra_hosts a IP de Traefik (172.19.0.6)
- Agregar aliasPort: 443 para URLs externas correctas
- Usar issuer HTTPS público (via Traefik con SSL)
This commit is contained in:
2025-11-01 00:14:11 -06:00
parent 9371c99797
commit ca75f686f7
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ services:
- use-vc
- ndots:1
extra_hosts:
- "authentik.nucleoriofrio.com:172.19.0.5"
- "authentik.nucleoriofrio.com:172.19.0.6"
networks:
- principal
- traefik-network