Switch to terraform

This commit is contained in:
Prox
2026-02-15 18:37:15 +02:00
commit a7062b43ab
70 changed files with 6063 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
---
# =============================================================================
# Shared Caddy Reverse Proxy Configuration
# =============================================================================
# Single Caddy instance handling all PoC services.
# =============================================================================
# Let's Encrypt Configuration
# =============================================================================
letsencrypt_email: "vlad.stus@gmail.com"
# =============================================================================
# Paths
# =============================================================================
caddy_base_dir: "/opt/caddy"
# =============================================================================
# Services to proxy
# =============================================================================
gitea_domain: "gitea-poc.networkmonitor.cc"
gitea_http_port: 3000
gitea_network: "gitea_gitea"
netbird_domain: "netbird-poc.networkmonitor.cc"
netbird_network: "netbird_netbird"