Files
meshcentral/.env.example
josedario87 411c22a2f8
Some checks failed
deploy-meshcentral / deploy (push) Failing after 1m37s
Initial commit: MeshCentral deployment setup
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
2025-10-31 18:41:29 -06:00

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