From 0637194eeab7e4d661fc44f60cba89169dd6bb26 Mon Sep 17 00:00:00 2001 From: Victor Castell <0x@vcastellm.xyz> Date: Sat, 4 Jan 2025 19:45:25 +0000 Subject: [PATCH] docs: remove http basic authentication docs --- website/docs/pro/auth.md | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 website/docs/pro/auth.md diff --git a/website/docs/pro/auth.md b/website/docs/pro/auth.md deleted file mode 100644 index 0d946d697..000000000 --- a/website/docs/pro/auth.md +++ /dev/null @@ -1,13 +0,0 @@ -# Authentication - -Dkron Pro has the ability to be configured to use HTTP basic auth. - -Authentication can be set using these parameters in the dkron config file: - -```yaml -# dkron.yml -username: dkron_admin -password: adminpassword -``` - -This will enable auth on the WebUI and for the API.