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.