Adds headscale app.

This commit is contained in:
2026-06-19 21:33:05 +00:00
parent 777bab792c
commit 761712ba71
11 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
version: 0.29.1-1
scripts:
- name: register-node
description: Register a Tailscale node using the auth ID shown in the Tailscale app.
path: scripts/register-node.sh
params:
- name: AUTH_ID
description: The auth ID shown by the Tailscale app (e.g. hskey-authreq-...)
required: true
- name: USER
description: Headscale username to register the node under
required: true
defaultConfig:
namespace: headscale
domain: headscale.{{ .cloud.domain }}
externalDnsDomain: "{{ .cloud.domain }}"
tlsSecretName: wildcard-wild-cloud-tls
storage: 2Gi
vpnBaseDomain: vpn.{{ .cloud.domain }}