Add Headscale pilot stack for PD

This commit is contained in:
Fizzlepoof
2026-05-26 00:48:01 +00:00
parent 68bab888db
commit 7e064397ec
8 changed files with 433 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
server:
host: "0.0.0.0"
port: 3000
base_url: "http://headplane.home.paccoco.com:3005"
cookie_secret: "CHANGE_ME_TO_EXACTLY_32_CHARS"
cookie_secure: false
cookie_max_age: 86400
data_path: "/var/lib/headplane"
headscale:
url: "http://headscale:8080"
public_url: "http://headscale.home.paccoco.com:8084"
config_path: "/etc/headscale/config.yaml"
config_strict: true
integration:
agent:
enabled: false
docker:
enabled: true
container_label: "me.tale.headplane.target=headscale"
socket: "unix:///var/run/docker.sock"
kubernetes:
enabled: false
proc:
enabled: false