mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
17 lines
384 B
YAML
17 lines
384 B
YAML
images:
|
|
image:
|
|
repository: ghcr.io/juanfont/headscale
|
|
tag: v0.27.1
|
|
alpine_image:
|
|
repository: alpine
|
|
tag: "3.22.2"
|
|
|
|
consts:
|
|
headscale_container_name: headscale
|
|
perms_container_name: permissions
|
|
run_path: /var/run/headscale
|
|
lib_path: /var/lib/headscale
|
|
config_path: /etc/headscale
|
|
ssl_key_path: /certs/headscale.key
|
|
ssl_cert_path: /certs/headscale.crt
|