mirror of
https://github.com/tale/headplane.git
synced 2026-08-30 16:59:56 +00:00
chore: update docs to match 0.26+ criteria
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ different needs.
|
|||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- Headscale 0.25 or newer (already deployed)
|
- Headscale 0.26 or newer (already deployed)
|
||||||
- Node.js 22 LTS or newer
|
- Node.js 22 LTS or newer
|
||||||
- [PNPM](https://pnpm.io/installation) 10.x
|
- [PNPM](https://pnpm.io/installation) 10.x
|
||||||
- A finished configuration file (config.yaml)
|
- A finished configuration file (config.yaml)
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ experience.
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- Docker and Docker Compose
|
- Docker and Docker Compose
|
||||||
- Headscale 0.25 or newer
|
- Headscale 0.26 or newer
|
||||||
- A finished configuration file (config.yaml)
|
- A finished configuration file (config.yaml)
|
||||||
|
|
||||||
Here is what a sample Docker Compose deployment would look like:
|
Here is what a sample Docker Compose deployment would look like:
|
||||||
@@ -54,7 +54,7 @@ services:
|
|||||||
# If you are using the Docker integration, mount the Docker socket
|
# If you are using the Docker integration, mount the Docker socket
|
||||||
- '/var/run/docker.sock:/var/run/docker.sock:ro'
|
- '/var/run/docker.sock:/var/run/docker.sock:ro'
|
||||||
headscale:
|
headscale:
|
||||||
image: headscale/headscale:0.25.1
|
image: headscale/headscale:0.26.0
|
||||||
container_name: headscale
|
container_name: headscale
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: serve
|
command: serve
|
||||||
@@ -178,7 +178,7 @@ spec:
|
|||||||
mountPath: /var/lib/headplane
|
mountPath: /var/lib/headplane
|
||||||
|
|
||||||
- name: headscale
|
- name: headscale
|
||||||
image: headscale/headscale:0.25.1
|
image: headscale/headscale:0.26.0
|
||||||
command: ['serve']
|
command: ['serve']
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: headscale-data
|
- name: headscale-data
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ out [**Integrated Mode**](/docs/Integrated-Mode.md).
|
|||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
- Docker and Docker Compose
|
- Docker and Docker Compose
|
||||||
- Headscale 0.25 or newer (already deployed)
|
- Headscale 0.26 or newer (already deployed)
|
||||||
- A finished configuration file (config.yaml)
|
- A finished configuration file (config.yaml)
|
||||||
|
|
||||||
Here is what a sample Docker Compose deployment would look like:
|
Here is what a sample Docker Compose deployment would look like:
|
||||||
|
|||||||
Reference in New Issue
Block a user