1234567891011121314151617 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_juanfont_headscale
- tag: v0.26.1
- alpine_image:
- repository: alpine
- tag: "3.22.1"
- consts:
- headscale_container_name: headscale
- init_container_name: init
- 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
|