Publish privacy-safe Headscale deployment examples
This commit is contained in:
commit
08bb76a26b
8 changed files with 392 additions and 0 deletions
25
traefik/dynamic/headscale.yml.example
Normal file
25
traefik/dynamic/headscale.yml.example
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
http:
|
||||
routers:
|
||||
headplane:
|
||||
rule: "Host(`headscale.example.com`) && PathPrefix(`/admin`)"
|
||||
entryPoints: [websecure]
|
||||
service: headplane
|
||||
priority: 100
|
||||
tls:
|
||||
certResolver: le
|
||||
headscale:
|
||||
rule: "Host(`headscale.example.com`)"
|
||||
entryPoints: [websecure]
|
||||
service: headscale
|
||||
priority: 10
|
||||
tls:
|
||||
certResolver: le
|
||||
services:
|
||||
headscale:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://headscale:8080
|
||||
headplane:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://headplane:3000
|
||||
Loading…
Add table
Add a link
Reference in a new issue