You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
407 B
19 lines
407 B
---
|
|
title: Adguard Home
|
|
description: Adguard Home Widget Configuration
|
|
---
|
|
|
|
Learn more about [Adguard Home](https://github.com/AdguardTeam/AdGuardHome).
|
|
|
|
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
|
|
```
|