Initial commit: MeshCentral deployment setup
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
This commit is contained in:
2025-10-31 18:41:29 -06:00
commit 411c22a2f8
5 changed files with 410 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# 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