Publish privacy-safe Headscale deployment examples
This commit is contained in:
commit
08bb76a26b
8 changed files with 392 additions and 0 deletions
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue