mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 01:15:08 -06:00
Added error-url parameter to monitor sites
This commit is contained in:
@@ -1220,6 +1220,7 @@ Properties for each site:
|
||||
| title | string | yes | |
|
||||
| url | string | yes | |
|
||||
| check-url | string | no | |
|
||||
| error-url | string | no | |
|
||||
| icon | string | no | |
|
||||
| allow-insecure | boolean | no | false |
|
||||
| same-tab | boolean | no | false |
|
||||
@@ -1237,6 +1238,10 @@ The public facing URL of a monitored service, the user will be redirected here.
|
||||
|
||||
The URL which will be requested and its response will determine the status of the site. If not specified, the `url` property is used.
|
||||
|
||||
`error-url`
|
||||
|
||||
If the monitored service returns an error, the user will be redirected here. If not specified, the `url` property is used.
|
||||
|
||||
`icon`
|
||||
|
||||
Optional URL to an image which will be used as the icon for the site. Can be an external URL or internal via [server configured assets](#assets-path). You can also directly use [Simple Icons](https://simpleicons.org/) via a `si:` prefix or [Dashboard Icons](https://github.com/walkxcode/dashboard-icons) via a `di:` prefix:
|
||||
|
||||
Reference in New Issue
Block a user