Document monitor URL changes

This commit is contained in:
MrExplode 2024-08-03 14:14:42 +02:00
parent 457e0539fa
commit 39663cb594
No known key found for this signature in database
GPG Key ID: 1B90A9BD4F42D6D9

View File

@ -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`