mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-17 16:36:02 +00:00
docs: fix typos
Some checks failed
Build / build-nix (push) Waiting to run
Build / build-cross (GOARCH=amd64 GOOS=darwin) (push) Waiting to run
Build / build-cross (GOARCH=amd64 GOOS=linux) (push) Waiting to run
Build / build-cross (GOARCH=arm64 GOOS=darwin) (push) Waiting to run
Build / build-cross (GOARCH=arm64 GOOS=linux) (push) Waiting to run
Check Generated Files / check-generated (push) Waiting to run
Nix Flake Checks / build (push) Waiting to run
Nix Flake Checks / gotest (push) Waiting to run
Nix Flake Checks / golangci-lint (push) Waiting to run
Nix Flake Checks / formatting (push) Waiting to run
NixOS Module Tests / nix-module-check (push) Waiting to run
Server Tests / servertest (push) Waiting to run
Deploy docs / deploy (push) Has been cancelled
Some checks failed
Build / build-nix (push) Waiting to run
Build / build-cross (GOARCH=amd64 GOOS=darwin) (push) Waiting to run
Build / build-cross (GOARCH=amd64 GOOS=linux) (push) Waiting to run
Build / build-cross (GOARCH=arm64 GOOS=darwin) (push) Waiting to run
Build / build-cross (GOARCH=arm64 GOOS=linux) (push) Waiting to run
Check Generated Files / check-generated (push) Waiting to run
Nix Flake Checks / build (push) Waiting to run
Nix Flake Checks / gotest (push) Waiting to run
Nix Flake Checks / golangci-lint (push) Waiting to run
Nix Flake Checks / formatting (push) Waiting to run
NixOS Module Tests / nix-module-check (push) Waiting to run
Server Tests / servertest (push) Waiting to run
Deploy docs / deploy (push) Has been cancelled
This commit is contained in:
parent
a066a06bef
commit
ec0cb6f63a
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
!!! tip "Required update path"
|
!!! tip "Required update path"
|
||||||
|
|
||||||
Its required to update from one stable version to the next (e.g. 0.26.0 → 0.27.1 → 0.28.0) without skipping minor
|
It's required to update from one stable version to the next (e.g. 0.26.0 → 0.27.1 → 0.28.0) without skipping minor
|
||||||
versions in between. You should always pick the latest available patch release.
|
versions in between. You should always pick the latest available patch release.
|
||||||
|
|
||||||
Update an existing Headscale installation to a new version:
|
Update an existing Headscale installation to a new version:
|
||||||
|
|
@ -23,7 +23,7 @@ upgrading. A full backup of Headscale depends on your individual setup, but belo
|
||||||
|
|
||||||
=== "Standard installation"
|
=== "Standard installation"
|
||||||
|
|
||||||
A installation that follows our [official releases](install/official.md) setup guide uses the following paths:
|
An installation that follows our [official releases](install/official.md) setup guide uses the following paths:
|
||||||
|
|
||||||
- [Configuration file](../ref/configuration.md): `/etc/headscale/config.yaml`
|
- [Configuration file](../ref/configuration.md): `/etc/headscale/config.yaml`
|
||||||
- Data directory: `/var/lib/headscale`
|
- Data directory: `/var/lib/headscale`
|
||||||
|
|
@ -37,7 +37,7 @@ upgrading. A full backup of Headscale depends on your individual setup, but belo
|
||||||
|
|
||||||
=== "Container"
|
=== "Container"
|
||||||
|
|
||||||
A installation that follows our [container](install/container.md) setup guide uses a single source volume directory
|
An installation that follows our [container](install/container.md) setup guide uses a single source volume directory
|
||||||
that contains the configuration file, data directory and the SQLite database.
|
that contains the configuration file, data directory and the SQLite database.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue