Some checks failed
deploy-meshcentral / deploy (push) Failing after 1m37s
Configuración completa de MeshCentral con: - Integración OIDC con Authentik - Docker Compose para deployment - Gitea Actions workflow para CI/CD - Traefik labels para routing y SSL - Separación de rutas de usuario y agentes
11 lines
379 B
Plaintext
11 lines
379 B
Plaintext
# Configuración de la aplicación
|
|
APP_NAME=meshcentral
|
|
APP_DOMAIN=mesh.nucleoriofrio.com
|
|
MESH_PORT=4430
|
|
|
|
# Configuración de Authentik OIDC
|
|
# Obtener estos valores desde Authentik después de crear el Provider
|
|
AUTHENTIK_ISSUER=https://authentik.nucleoriofrio.com/application/o/meshcentral/
|
|
AUTHENTIK_CLIENT_ID=your-client-id-here
|
|
AUTHENTIK_CLIENT_SECRET=your-client-secret-here
|