27 lines
806 B
Plaintext
27 lines
806 B
Plaintext
# Example terraform.tfvars file
|
|
# Copy to terraform.tfvars and fill with your values
|
|
|
|
# Generic
|
|
timezone = "Australia/Sydney"
|
|
puid = 1000
|
|
pgid = 1000
|
|
data_dir = "/srv/docker_data"
|
|
|
|
# Watchtower
|
|
watchtower_enable_notifications = false
|
|
# watchtower_notification_url = "discord://token@webhookId"
|
|
|
|
# EmulatorJS
|
|
emulatorjs_frontend_port = 5823
|
|
emulatorjs_config_port = 5824
|
|
emulatorjs_backend_port = 5825
|
|
|
|
# ActualBudget
|
|
actualbudget_port = 5006
|
|
|
|
# Cloudflare
|
|
cloudflare_api_token = "your-cloudflare-api-token" # API token with required permissions
|
|
cloudflare_account_id = "your-cloudflare-account-id" # Found in Cloudflare dashboard URL
|
|
cloudflare_zone_id = "your-cloudflare-zone-id" # Found in the domain overview page
|
|
domain = "yourdomain.com" # Your domain on Cloudflare
|