Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/blame/commit/3020a2d1fd57a0374f6cd6a39c80180e395ee48e/docs/widgets/services/adguard-home.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
homepage/docs/widgets/services/adguard-home.md

19 lines
407 B

1 year ago
---
title: Adguard Home
description: Adguard Home Widget Configuration
---
Learn more about [Adguard Home](https://github.com/AdguardTeam/AdGuardHome).
1 year ago
The username and password are the same as used to login to the web interface.
Allowed fields: `["queries", "blocked", "filtered", "latency"]`.
```yaml
widget:
type: adguard
url: http://adguard.host.or.ip
username: admin
password: password
1 year ago
```