Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreygubarev/docker-headscale
Opinionated docker image for Headscale
https://github.com/andreygubarev/docker-headscale
docker headscale tailscale
Last synced: 15 days ago
JSON representation
Opinionated docker image for Headscale
- Host: GitHub
- URL: https://github.com/andreygubarev/docker-headscale
- Owner: andreygubarev
- License: mit
- Created: 2023-06-09T14:38:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-10T07:02:42.000Z (over 1 year ago)
- Last Synced: 2024-10-09T22:15:01.716Z (about 1 month ago)
- Topics: docker, headscale, tailscale
- Language: Dockerfile
- Homepage: https://github.com/andreygubarev/docker-headscale/pkgs/container/headscale
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for Headscale
# Environment variables
`HEADSCALE_BIND_ADDR` - the address Headscale will be listening on. Defaults to `127.0.0.1`.
`HEADSCALE_BIND_PORT` - the port Headscale will be listening on. Defaults to `8514`.
`HEADSCALE_ADVERTISE_PROTO` - the protocol Headscale will advertise to clients. Defaults to `http`.
`HEADSCALE_ADVERTISE_ADDR` - the address Headscale will advertise to clients. Defaults to `127.0.0.1`.
`HEADSCALE_ADVERTISE_PORT` - the port Headscale will advertise to clients. Defaults to `8514`.
`HEADSCALE_MAGICDNS_ENABLED` - whether to enable MagicDNS. Defaults to `true`.
`HEADSCALE_MAGICDNS_DOMAIN` - the domain Headscale will be using for serve MagicDNS and the admin interface. Defaults to `headscale.local`.
`HEADSCALE_DATABASE_TYPE` - the type of database Headscale will use. Defaults to `sqlite3`.
`HEADSCALE_DATABASE_PATH` - the path to the database Headscale will use. Defaults to `/var/lib/headscale/db.sqlite`.
# Reference:
- [Headscale](https://github.com/juanfont/headscale)
- [Tailscale MagicDNS](https://tailscale.com/kb/1081/magicdns/)