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