From 39663cb594bde56528a17616c0f14f4b9de5c948 Mon Sep 17 00:00:00 2001 From: MrExplode Date: Sat, 3 Aug 2024 14:14:42 +0200 Subject: [PATCH] Document monitor URL changes --- docs/configuration.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 12a6a28..750c8cd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -997,6 +997,7 @@ Properties for each site: | ---- | ---- | -------- | ------- | | title | string | yes | | | url | string | yes | | +| check_url | string | no | | | icon | string | no | | | allow-insecure | boolean | no | false | | same-tab | boolean | no | false | @@ -1007,7 +1008,11 @@ The title used to indicate the site. `url` -The URL which will be requested and its response will determine the status of the site. Optionally, you can specify this using an environment variable with the syntax `${VARIABLE_NAME}`. +The public facing URL of a monitored service, the user will be redirected here. If `check_url` is not specified, this is used as the status check. + +`check_url` + +The URL which will be requested and its response will determine the status of the site. If not specified, the `url` property is used. `icon`