mirror of
https://github.com/m1ngsama/automa.git
synced 2026-02-07 22:14:04 +00:00
- Add QUICKSTART.md for 5-minute setup guide - Add CHEATSHEET.md for quick command reference - Add OPTIMIZATION_SUMMARY.md with complete architecture overview - Add detailed architecture documentation in docs/ - ARCHITECTURE.md: System design and component details - IMPLEMENTATION.md: Step-by-step implementation guide - architecture-recommendations.md: Component selection rationale - Add .env.example template for configuration Following KISS principles and Unix philosophy for self-hosted IaC platform.
14 lines
297 B
Text
14 lines
297 B
Text
# Automa Global Configuration
|
|
# Copy to .env and fill in your values
|
|
|
|
# Domain (for Caddy SSL certificates)
|
|
DOMAIN=example.com
|
|
|
|
# Timezone
|
|
TZ=Asia/Shanghai
|
|
|
|
# Monitoring
|
|
GRAFANA_ADMIN_PASSWORD=changeme
|
|
|
|
# You can override these in service-specific .env files
|
|
# Services will use these as defaults
|