Compare commits
2 Commits
0.1.0+v0.2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fc42e2109 | |||
| 8d1e3b3982 |
@ -9,3 +9,6 @@ LETS_ENCRYPT_ENV=production
|
||||
|
||||
# Defines the base domain to create the hostnames for MagicDNS.
|
||||
BASE_DOMAIN=f0x.lan
|
||||
|
||||
# See https://git.coopcloud.tech/coop-cloud/backup-bot-two
|
||||
ENABLE_BACKUPS=true
|
||||
|
||||
12
README.md
12
README.md
@ -1,15 +1,15 @@
|
||||
# headscale
|
||||
|
||||
> One line description of the recipe
|
||||
> [Headscale](https://headscale.net/), the open-source, self-hosted, Tailscale VPN control server.
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **Category**: Apps
|
||||
* **Status**: 0
|
||||
* **Image**: [`headscale`](https://hub.docker.com/r/headscale), 4, upstream
|
||||
* **Healthcheck**: No
|
||||
* **Backups**: No
|
||||
* **Email**: No
|
||||
* **Status**: 3
|
||||
* **Image**: [`headscale/headscale`](https://hub.docker.com/r/headscale/headscale), 4, upstream
|
||||
* **Healthcheck**: Yes
|
||||
* **Backups**: Yes
|
||||
* **Email**: N/A
|
||||
* **Tests**: No
|
||||
* **SSO**: No
|
||||
|
||||
|
||||
@ -20,11 +20,10 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
## When you're ready for release, run "abra recipe sync <name>" to set this
|
||||
- "coop-cloud.${STACK_NAME}.version=0.1.0+v0.28"
|
||||
## Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
|
||||
# - "backupbot.backup=true"
|
||||
# - "backupbot.backup.path=/some/path"
|
||||
# Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
|
||||
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
|
||||
- "backupbot.backup.path=/var/lib/headscale"
|
||||
healthcheck:
|
||||
test: ["CMD", "headscale", "health"]
|
||||
interval: 30s
|
||||
@ -49,7 +48,6 @@ networks:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
# config:
|
||||
data:
|
||||
|
||||
configs:
|
||||
|
||||
Reference in New Issue
Block a user