mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
17 lines
337 B
Markdown
17 lines
337 B
Markdown
![]() |
---
|
||
|
title: Adguard Home
|
||
|
description: Adguard Home Widget Configuration
|
||
|
---
|
||
|
|
||
|
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
|
||
|
```
|