26 lines
567 B
Text
26 lines
567 B
Text
# Centralized Services Configuration
|
|
# Copy this to services_config.yml and customize
|
|
|
|
# Edit these subdomains to match your preferences
|
|
subdomains:
|
|
# Monitoring Services (on watchtower)
|
|
ntfy: ntfy
|
|
uptime_kuma: uptime
|
|
|
|
# VPN Infrastructure (on spacey)
|
|
headscale: headscale
|
|
|
|
# Core Services (on vipy)
|
|
vaultwarden: vault
|
|
forgejo: git
|
|
lnbits: lnbits
|
|
|
|
# Secondary Services (on vipy)
|
|
personal_blog: blog
|
|
ntfy_emergency_app: emergency
|
|
|
|
# Memos (on memos-box)
|
|
memos: memos
|
|
|
|
# Caddy configuration
|
|
caddy_sites_dir: /etc/caddy/sites-enabled
|