Auto-sync from website-creator

This commit is contained in:
Kunthawat Greethong
2026-03-08 23:03:19 +07:00
commit 9be686f587
117 changed files with 24737 additions and 0 deletions

View File

@@ -0,0 +1,43 @@
# SEO Multi-Channel - Environment Variables
# ===========================================
# CHUTES AI (Required for image generation/edit)
# Get token from: https://chutes.ai/
# ===========================================
CHUTES_API_TOKEN=
# ===========================================
# GOOGLE ANALYTICS 4 (Optional)
# For performance data and content insights
# ===========================================
GA4_PROPERTY_ID=G-XXXXXXXXXX
GA4_CREDENTIALS_PATH=path/to/ga4-credentials.json
# ===========================================
# GOOGLE SEARCH CONSOLE (Optional)
# For keyword rankings and search performance
# ===========================================
GSC_SITE_URL=https://yourdomain.com
GSC_CREDENTIALS_PATH=path/to/gsc-credentials.json
# ===========================================
# DATAFORSEO (Optional)
# For competitor analysis and SERP data
# ===========================================
DATAFORSEO_LOGIN=
DATAFORSEO_PASSWORD=
DATAFORSEO_BASE_URL=https://api.dataforseo.com
# ===========================================
# UMAMI ANALYTICS (Optional)
# For privacy-first analytics (if self-hosted)
# ===========================================
UMAMI_API_URL=https://analytics.yourdomain.com
UMAMI_API_KEY=
# ===========================================
# GIT CONFIGURATION (For auto-publish)
# ===========================================
GIT_USERNAME=
GIT_EMAIL=
GIT_TOKEN=