From 762bc6a793f359d4b821b495a242bca2afc7058d Mon Sep 17 00:00:00 2001 From: nerdlich Date: Sat, 1 Mar 2025 10:30:15 -0500 Subject: [PATCH] fix: cosmetic docs/config fixes (#112) * fix config path * fix typo --- config.example.yaml | 2 +- docs/Configuration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index 309db63..4aeff9c 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -44,7 +44,7 @@ integration: # 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 # 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 # on how to configure the Kubernetes integration. There are requirements in # order to allow Headscale to be controlled by Headplane in a cluster. diff --git a/docs/Configuration.md b/docs/Configuration.md index abdbf57..e26ce79 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -3,7 +3,7 @@ > Since 0.5, you will need to manually migrate your configuration to the new format. 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 **`HEADPLANE_CONFIG_PATH`** environment variable to point to a different location.