parent
6c83e96341
commit
762bc6a793
@ -44,7 +44,7 @@ integration:
|
|||||||
# The path to the Docker socket (do not change this if you are unsure)
|
# The path to the Docker socket (do not change this if you are unsure)
|
||||||
# Docker socket paths must start with unix:// or tcp:// and at the moment
|
# Docker socket paths must start with unix:// or tcp:// and at the moment
|
||||||
# https connections are not supported.
|
# https connections are not supported.
|
||||||
socket: "unix:///var/run/docker.dock"
|
socket: "unix:///var/run/docker.sock"
|
||||||
# Please refer to docs/integration/Kubernetes.md for more information
|
# Please refer to docs/integration/Kubernetes.md for more information
|
||||||
# on how to configure the Kubernetes integration. There are requirements in
|
# on how to configure the Kubernetes integration. There are requirements in
|
||||||
# order to allow Headscale to be controlled by Headplane in a cluster.
|
# order to allow Headscale to be controlled by Headplane in a cluster.
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
> Since 0.5, you will need to manually migrate your configuration to the new format.
|
> Since 0.5, you will need to manually migrate your configuration to the new format.
|
||||||
|
|
||||||
Headplane uses a configuration file to manage its settings
|
Headplane uses a configuration file to manage its settings
|
||||||
([**config.example.yaml**](./config.example.yaml)). By default, Headplane looks
|
([**config.example.yaml**](../config.example.yaml)). By default, Headplane looks
|
||||||
for a the file at `/etc/headplane/config.yaml`. This can be changed using the
|
for a the file at `/etc/headplane/config.yaml`. This can be changed using the
|
||||||
**`HEADPLANE_CONFIG_PATH`** environment variable to point to a different location.
|
**`HEADPLANE_CONFIG_PATH`** environment variable to point to a different location.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user