feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
20
deployment/stacks/gitea/.env.example
Normal file
20
deployment/stacks/gitea/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Gitea Configuration
|
||||
# Copy this file to .env and adjust values
|
||||
|
||||
# Timezone
|
||||
TZ=Europe/Berlin
|
||||
|
||||
# Gitea Domain
|
||||
GITEA_DOMAIN=git.michaelschiemer.de
|
||||
|
||||
# MySQL Configuration
|
||||
MYSQL_ROOT_PASSWORD=<generate-strong-password>
|
||||
MYSQL_DATABASE=gitea
|
||||
MYSQL_USER=gitea
|
||||
MYSQL_PASSWORD=<generate-strong-password>
|
||||
|
||||
# Redis Configuration
|
||||
REDIS_PASSWORD=<generate-strong-password>
|
||||
|
||||
# Gitea Settings
|
||||
DISABLE_REGISTRATION=true # Set to false to allow user registration
|
||||
Reference in New Issue
Block a user