Publish privacy-safe Headscale deployment examples

This commit is contained in:
lihato 2026-08-05 11:55:00 +08:00
commit 08bb76a26b
8 changed files with 392 additions and 0 deletions

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# Privacy-first public repository: ignore every file unless explicitly allowed.
*
# Public documentation and Compose template.
!.gitignore
!README.md
!docker-compose.yml.example
# Headscale templates.
!headscale/
headscale/*
!headscale/config/
headscale/config/*
!headscale/config/*.example
# Headplane templates.
!headplane/
headplane/*
!headplane/config/
headplane/config/*
!headplane/config/*.example
# Traefik templates.
!traefik/
traefik/*
!traefik/traefik.yml.example
!traefik/dynamic/
traefik/dynamic/*
!traefik/dynamic/*.example