This commit is contained in:
2026-01-13 02:42:03 +01:00
parent 19081ec682
commit e46b104127
21 changed files with 1622 additions and 2 deletions

21
.env.example Normal file
View File

@@ -0,0 +1,21 @@
# Hetzner Deployment Environment Variables
# Copy this file to .env and fill in your values
# Required Variables
DOMAIN=mintel.me
ADMIN_EMAIL=marc@mintel.me
# Optional Variables (with defaults)
REDIS_URL=redis://redis:6379
# Analytics Configuration
PLAUSIBLE_DOMAIN=mintel.me
PLAUSIBLE_SCRIPT_URL=https://plausible.yourdomain.com/js/script.js
# Woodpecker CI/CD Variables (for CI deployment)
# DEPLOY_HOST=your-hetzner-ip
# DEPLOY_USER=root
# SSH_PRIVATE_KEY=your-ssh-key
# Optional: Slack notifications
# SLACK_WEBHOOK=https://hooks.slack.com/services/YOUR/WEBHOOK/URL