Files
authentikNucleo/SECRETS.md
josedario87 df8c3984ea
All checks were successful
deploy-authentik / deploy (push) Successful in 21s
Change ports to avoid conflict with Portainer
- HTTP: 9000 -> 9100
- HTTPS: 9443 -> 9444 (Portainer already uses 9443)
2025-10-04 15:28:27 -06:00

31 lines
961 B
Markdown

# Configuración de Secrets y Variables en Gitea
Ve a la configuración del repositorio en Gitea: **Settings → Secrets and Variables**
## Secrets (datos sensibles)
Crear los siguientes **Secrets**:
| Nombre | Valor |
|--------|-------|
| `PG_PASS` | `jdCqHkd9t6Gnry2hqPCvmb1O0/EPtWVizWgi8iwvvotI8aHV` |
| `AUTHENTIK_SECRET_KEY` | `f4e7VN546NgKVt6Q0qxgo+6T8nNfjMU5UWDcb+P/qHXUH4NJPXToH02ME59OtsUajjOUE4f2hI7mdz9d` |
## Variables (configuración no sensible)
Crear las siguientes **Variables**:
| Nombre | Valor |
|--------|-------|
| `PG_USER` | `authentik` |
| `PG_DB` | `authentik` |
| `AUTHENTIK_ERROR_REPORTING__ENABLED` | `true` |
| `AUTHENTIK_IMAGE` | `ghcr.io/goauthentik/server` |
| `AUTHENTIK_TAG` | `2025.8.4` |
| `COMPOSE_PORT_HTTP` | `9100` |
| `COMPOSE_PORT_HTTPS` | `9444` |
---
**IMPORTANTE:** Después de crear estos secrets y variables, el workflow de Gitea Actions generará automáticamente el archivo `.env` durante el deployment.