Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/src/commit/cecfc934400d0a4bdc3e101e7b3224c9bbfba034/docs/widgets/services/scrutiny.md?display=source
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
---
|
|
title: Scrutiny
|
|
description: Scrutiny Widget Configuration
|
|
---
|
|
|
|
Learn more about [Scrutiny](https://github.com/AnalogJ/scrutiny).
|
|
|
|
Allowed fields: `["passed", "failed", "unknown"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: scrutiny
|
|
url: http://scrutiny.host.or.ip
|
|
```
|