From 5b45751c67497ae00bd96cff1cd2538165764e77 Mon Sep 17 00:00:00 2001 From: ejsadiarin Date: Wed, 19 Feb 2025 17:40:56 +0800 Subject: [PATCH] docs(monitor): add documentation for basic-auth feature --- docs/configuration.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 844d34d..b14c568 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1476,6 +1476,7 @@ Properties for each site: | allow-insecure | boolean | no | false | | same-tab | boolean | no | false | | alt-status-codes | array | no | | +| basic-auth | object | no | | `title` @@ -1524,6 +1525,16 @@ alt-status-codes: - 403 ``` +`basic-auth` + +HTTP Basic Authentication credentials for protected sites. + +```yaml +basic-auth: + usename: your-username + password: your-password +``` + ### Releases Display a list of latest releases for specific repositories on Github, GitLab, Codeberg or Docker Hub.