6 Commits

Author SHA1 Message Date
3wc c80a135a99 chore: publish 0.4.1+v0.29 release 2026-06-17 13:53:43 -04:00
3wc beb68cb6c4 fix: Remove deprecated config option 2026-06-17 13:53:25 -04:00
3wc 53e74e9228 chore: publish 0.4.0+v0.29 release 2026-06-17 11:45:41 -04:00
3wc b9118894ea chore: update image tags 2026-06-17 11:31:17 -04:00
val 0c7c64cd7e chore: publish 0.3.1+v0.28 release 2026-05-28 18:53:43 +02:00
val 3897d3d6a9 Merge pull request 'added env for expiration time' (#10) from expiry into main
Reviewed-on: #10
2026-05-28 16:51:42 +00:00
4 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Set any config versions here
# Docs: https://docs.coopcloud.tech/maintainers/handbook/#manage-configs
export CONFIG_YAML_VERSION=v5
export CONFIG_YAML_VERSION=v6
+2 -2
View File
@@ -1,7 +1,7 @@
---
services:
app:
image: headscale/headscale:v0.28
image: headscale/headscale:v0.29
networks:
- proxy
command: serve
@@ -22,7 +22,7 @@ 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}"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v0.28"
- "coop-cloud.${STACK_NAME}.version=0.4.1+v0.29"
# Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.backup.path=/var/lib/headscale"
-5
View File
@@ -410,11 +410,6 @@ logtail:
# disabled by default. Enabling this will make your clients send logs to Tailscale Inc.
enabled: false
# Enabling this option makes devices prefer a random port for WireGuard traffic over the
# default static port 41641. This option is intended as a workaround for some buggy
# firewall devices. See https://tailscale.com/kb/1181/firewalls/ for more information.
randomize_client_port: false
# Taildrop configuration
# Taildrop is the file sharing feature of Tailscale, allowing nodes to send files to each other.
# https://tailscale.com/kb/1106/taildrop/
+1
View File
@@ -0,0 +1 @@
added EXPIRY env (non-breaking)