27 lines
644 B
YAML
27 lines
644 B
YAML
---
|
|
# Non-secret configuration for the NetBird + Reconciler PoC stack.
|
|
|
|
netbird_domain: vps-a.networkmonitor.cc
|
|
|
|
# --- Component versions (match existing PoC) ---
|
|
netbird_version: "0.63.0"
|
|
dashboard_version: "v2.27.1"
|
|
caddy_version: "2.10.2"
|
|
coturn_version: "4.8.0-r0"
|
|
|
|
# --- Reconciler ---
|
|
reconciler_port: 8080
|
|
|
|
# --- Gitea (standalone mode by default) ---
|
|
# String "false" because it goes into an env var verbatim.
|
|
gitea_enabled: "false"
|
|
gitea_version: "1.23"
|
|
gitea_http_port: 3000
|
|
gitea_ssh_port: 2222
|
|
gitea_admin_user: "blastpilot"
|
|
gitea_org_name: "BlastPilot"
|
|
gitea_repo_name: "netbird-gitops"
|
|
|
|
# --- Paths ---
|
|
base_dir: /opt/netbird-poc
|