26 lines
1.0 KiB
YAML
26 lines
1.0 KiB
YAML
---
|
|
# =============================================================================
|
|
# 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"
|