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