2 Commits

Author SHA1 Message Date
3wc 1fcc21e48f chore: publish 0.3.0+v0.28 release 2026-04-09 12:59:27 -04:00
3wc b72fd39e38 chore: update image tags 2026-04-09 12:35:42 -04:00
2 changed files with 2 additions and 22 deletions
-20
View File
@@ -22,23 +22,3 @@
* `abra app deploy <app-name>`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
## Getting started using headscale
The recipe deploys two containers.
1. One is headscale itself. Note that it's a "distroless" container, so you can't enter with `bash` or `sh`, but you have to run the commands directly.
> The headscale/headscale Docker container is based on a "distroless" image that does not contain a shell or any other debug tools. If you need to debug your application running in the Docker container, you can use the -debug variant, for example headscale/headscale:x.x.x-debug.
>
> https://headscale.net/0.24.1/setup/install/container/#debugging-headscale-running-in-docker
To run the command line do this:
```bash
abra app run yourapp.xyz app -- headscale help
```
2. The UI runs on `https://yourapp.xyz/web`, the UI is a mere frontend (a static site), so no data is saved on a server, so you will need to set URL and API-Key yourself on every client. Find more about the UI [here](https://github.com/gurucomputing/headscale-ui).
For the usage of headscale itself, check the [offical docs](https://headscale.net/stable/usage/getting-started/).
+2 -2
View File
@@ -20,7 +20,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.1.0+v0.28"
- "coop-cloud.${STACK_NAME}.version=0.3.0+v0.28"
# Enable backups: https://docs.coopcloud.tech/maintainers/handbook/#how-do-i-configure-backuprestore
- "backupbot.backup=${ENABLE_BACKUPS:-true}"
- "backupbot.backup.path=/var/lib/headscale"
@@ -32,7 +32,7 @@ services:
start_period: 1m
ui:
image: ghcr.io/gurucomputing/headscale-ui:2025.08.23
image: ghcr.io/gurucomputing/headscale-ui:2026.03.17
deploy:
labels:
- traefik.enable=true