Files
authentikNucleo/.gitignore
josedario87 9ac3eb8dc1
Some checks failed
deploy-authentik / deploy (push) Failing after 2s
Initial Authentik setup with docker-compose
- Docker Compose configuration with PostgreSQL, Redis, server and worker
- Authentik version 2025.8.4 (latest stable)
- Gitea Actions workflow for automated deployment
- Environment configuration template
- Directory structure for media, templates and certificates
2025-10-04 15:15:58 -06:00

23 lines
230 B
Plaintext

# Environment variables
.env
# Authentik data directories
media/
certs/
# Docker volumes data (if using local binding)
postgresql-data/
redis-data/
# Logs
*.log
# Temporary files
*.tmp
*.bak
*~
# OS files
.DS_Store
Thumbs.db