Externalize networking (welcome Wild Central!)

This commit is contained in:
2026-07-10 03:49:38 +00:00
parent bb5a76b864
commit dc5518b57f
143 changed files with 691 additions and 1379 deletions

View File

@@ -1,19 +1,18 @@
version: 0.29.1-1
version: 0.29.1-2
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
- 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 }}