chore: overhaul infrastructure and integrate @mintel packages
Some checks failed
🧪 CI (QA) / 🧪 Quality Assurance (push) Failing after 1m3s
Some checks failed
🧪 CI (QA) / 🧪 Quality Assurance (push) Failing after 1m3s
- Restructure to pnpm monorepo (site moved to apps/web) - Integrate @mintel/tsconfig, @mintel/eslint-config, @mintel/husky-config - Implement Docker service architecture (Varnish, Directus, Gatekeeper) - Setup environment-aware Gitea Actions deployment
This commit is contained in:
21
.env.example
21
.env.example
@@ -1,21 +0,0 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user