# Auberge Configuration
# Copy this file to config.toml and customize with your values
# config.toml is gitignored and will not be committed
[]
# Your username for SSH access and service authentication
= "your-username"
# Your email address for Let's Encrypt certificates and notifications
= "you@example.com"
[]
# Your domain name (e.g., example.com)
= "example.com"
# Subdomains to configure (e.g., ["dns", "rss", "music", "webdav"])
= ["calendar", "dns", "music", "rss", "url", "webdav"]
# Default TTL for DNS records in seconds
= 300
[]
# Namecheap API username (usually same as your Namecheap account username)
= "your-namecheap-username"