2 Commits

Author SHA1 Message Date
3wc
5fc42e2109 docs: update README description & metadata 2026-03-12 03:56:29 -04:00
3wc
8d1e3b3982 feat: enable backups 2026-03-12 03:56:21 -04:00
3 changed files with 12 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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: