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 @@
http:
routers:
headscale:
rule: "Host(`headscale.home.paccoco.com`)"
entryPoints: [web]
service: headscale
middlewares:
- security-headers
headplane:
rule: "Host(`headplane.home.paccoco.com`)"
entryPoints: [web]
service: headplane
middlewares:
- security-headers
services:
headscale:
loadBalancer:
servers:
- url: "http://headscale:8080"
headplane:
loadBalancer:
servers:
- url: "http://headplane:3000"