chore: Update deployment configuration and documentation
- Update Gitea configuration (remove DEFAULT_ACTIONS_URL) - Fix deployment documentation - Update Ansible playbooks - Clean up deprecated files - Add new deployment scripts and templates
This commit is contained in:
@@ -21,6 +21,13 @@ vault_mail_password: "change-me-mail-password"
|
||||
vault_docker_registry_username: "gitea-user"
|
||||
vault_docker_registry_password: "change-me-registry-password"
|
||||
|
||||
# Git Repository Credentials (for code cloning in containers)
|
||||
# Option 1: Use Personal Access Token (recommended)
|
||||
vault_git_token: "change-me-gitea-personal-access-token"
|
||||
# Option 2: Use username/password (less secure)
|
||||
# vault_git_username: "your-gitea-username"
|
||||
# vault_git_password: "your-gitea-password"
|
||||
|
||||
# Optional: Additional Secrets
|
||||
vault_encryption_key: "change-me-encryption-key"
|
||||
vault_session_secret: "change-me-session-secret"
|
||||
@@ -28,3 +35,7 @@ vault_session_secret: "change-me-session-secret"
|
||||
# Monitoring Stack Credentials
|
||||
vault_grafana_admin_password: "change-me-secure-grafana-password"
|
||||
vault_prometheus_password: "change-me-secure-prometheus-password"
|
||||
|
||||
# MinIO Object Storage Credentials
|
||||
vault_minio_root_user: "minioadmin"
|
||||
vault_minio_root_password: "change-me-secure-minio-password"
|
||||
|
||||
Reference in New Issue
Block a user