26 lines
612 B
YAML
26 lines
612 B
YAML
# Centralized Services Configuration
|
|
# Subdomains and Caddy settings for all services
|
|
|
|
# Edit these subdomains to match your preferences
|
|
subdomains:
|
|
# Monitoring Services (on watchtower)
|
|
ntfy: test-ntfy
|
|
uptime_kuma: test-uptime
|
|
|
|
# VPN Infrastructure (on spacey)
|
|
headscale: test-headscale
|
|
|
|
# Core Services (on vipy)
|
|
vaultwarden: test-vault
|
|
forgejo: test-git
|
|
lnbits: test-lnbits
|
|
|
|
# Secondary Services (on vipy)
|
|
personal_blog: test-blog
|
|
ntfy_emergency_app: test-emergency
|
|
|
|
# Memos (on memos-box)
|
|
memos: test-memos
|
|
|
|
# Caddy configuration
|
|
caddy_sites_dir: /etc/caddy/sites-enabled
|