mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
13 lines
191 B
Markdown
13 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
|
|
```
|