feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready

This commit is contained in:
2025-10-31 01:39:24 +01:00
parent 55c04e4fd0
commit e26eb2aa12
601 changed files with 44184 additions and 32477 deletions

View File

@@ -0,0 +1,14 @@
# Docker Registry Configuration
# Copy this file to .env and adjust values
# Timezone
TZ=Europe/Berlin
# Registry Domain
REGISTRY_DOMAIN=registry.michaelschiemer.de
# Registry HTTP Secret (generate with: openssl rand -hex 32)
REGISTRY_HTTP_SECRET=<generate-random-secret>
# BasicAuth Users (managed via auth/htpasswd file)
# Generate with: htpasswd -Bn username