mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 14:38:47 +00:00
12 lines
195 B
Markdown
12 lines
195 B
Markdown
---
|
|
title: Scrutiny
|
|
description: Scrutiny Widget Configuration
|
|
---
|
|
|
|
Allowed fields: `["passed", "failed", "unknown"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: scrutiny
|
|
url: http://scrutiny.host.or.ip
|
|
```
|