Document `description` configuration in `configuration.md`

pull/891/head
ben 2025-11-30 18:35:39 +07:00
parent 9bd2e52203
commit f793096fe5
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

@ -1963,6 +1963,7 @@ Properties for each site:
| check-url | string | no | |
| error-url | string | no | |
| icon | string | no | |
| description | string | no | |
| timeout | string | no | 3s |
| allow-insecure | boolean | no | false |
| same-tab | boolean | no | false |
@ -1989,6 +1990,10 @@ If the monitored service returns an error, the user will be redirected here. If
See [Icons](#icons) for more information on how to specify icons.
`description`
A short description displayed below the title. Unset by default.
`timeout`
How long to wait for a response from the server before considering it unreachable. The value is a string and must be a number followed by one of s, m, h, d. Example: `5s` for 5 seconds, `1m` for 1 minute, etc.