lots of stuff man
This commit is contained in:
parent
3b88e6c5e8
commit
c8754e1bdc
43 changed files with 7310 additions and 121 deletions
26
ansible/services_config.yml
Normal file
26
ansible/services_config.yml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue