chore: update docs for minimum beta requirement

This commit is contained in:
Aarnav Tale 2024-08-23 15:18:32 -04:00
parent a2054786f8
commit 0e6b5ea6d0
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@ overriden by the `acl_policy_path` key in the configuration file if set.
## Deployment
Requirements:
- Headscale 0.23 alpha or later
- Headscale 0.23 beta-2 or later
- Headscale and Headplane need a Reverse Proxy (NGINX, Traefik, Caddy, etc)
Currently there are 3 integration providers that can do this for you:

View File

@ -16,7 +16,7 @@ Headplane in a production environment.
## Deployment
Requirements:
- Headscale 0.23 alpha or later
- Headscale 0.23 beta-2 or later
- Headscale and Headplane need a Reverse Proxy (NGINX, Traefik, Caddy, etc)
Docker heavily simplifies the deployment process, but this process can be

View File

@ -37,7 +37,7 @@ that you'll NEED to setup a reverse proxy and this is incomplete:
```yaml
services:
headscale:
image: 'headscale/headscale:0.23.0-alpha12'
image: 'headscale/headscale:0.23.0-beta2'
container_name: 'headscale'
restart: 'unless-stopped'
command: 'serve'

View File

@ -103,7 +103,7 @@ spec:
mountPath: /etc/headscale
- name: headscale
image: headscale/headscale:0.23.0-alpha12
image: headscale/headscale:0.23.0-beta2
command: ['serve']
env:
- name: TZ