33 lines
832 B
YAML
33 lines
832 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 ---
|
|
gitea_enabled: "true"
|
|
gitea_version: "1.23"
|
|
gitea_domain: "gitea.vps-a.networkmonitor.cc"
|
|
gitea_http_port: 3000
|
|
gitea_ssh_port: 2222
|
|
gitea_admin_user: "blastpilot"
|
|
gitea_org_name: "BlastPilot"
|
|
gitea_repo_name: "netbird-gitops"
|
|
|
|
# --- Gitea Actions Runner ---
|
|
gitea_runner_version: "0.2.11"
|
|
gitea_runner_dir: "/opt/gitea-runner"
|
|
gitea_runner_name: "poc-runner"
|
|
gitea_runner_labels: "ubuntu-latest:docker://node:20-bookworm,ubuntu-22.04:docker://ubuntu:22.04"
|
|
|
|
# --- Paths ---
|
|
base_dir: /opt/netbird-poc
|