18 lines
558 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: PiHole
description: PiHole Widget Configuration
---
As of v2022.12 [PiHole requires the use of an API key](https://pi-hole.net/blog/2022/11/17/upcoming-changes-authentication-for-more-api-endpoints-required/#page-content) if an admin password is set. Older versions do not require any authentication even if the admin uses a password.
Allowed fields: `["queries", "blocked", "blocked_percent", "gravity"]`.
```yaml
widget:
type: pihole
url: http://pi.hole.or.ip
key: yourpiholeapikey # optional
2023-09-29 21:01:11 +03:00
```
_Added in v0.1.0, udpated in v0.6.18_