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/1a85175b153341aa5e73c944aa4119594fa26fff/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

2 years ago
---
title: Adguard Home
description: Adguard Home Widget Configuration
---
Learn more about [Adguard Home](https://github.com/AdguardTeam/AdGuardHome).
2 years 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
2 years ago
```