chore: add pi-hole-queries-v6 widget docs

This commit is contained in:
casmbu 2025-08-02 16:43:05 -04:00
parent 6641e263de
commit f738cd2726

View File

@ -49,7 +49,9 @@ Dashy has support for displaying dynamic content in the form of widgets. There a
- [Memory History](#memory-history-netdata)
- [System Load History](#load-history-netdata)
- [Pi Hole Stats](#pi-hole-stats)
- [Pi Hole Stats v6](#pi-hole-stats-v6)
- [Pi Hole Queries](#pi-hole-queries)
- [Pi Hole Queries v6](#pi-hole-queries-v6)
- [Pi Hole Recent Traffic](#pi-hole-recent-traffic)
- [Stat Ping Statuses](#stat-ping-statuses)
- [Synology Download Station](#synology-download-station)
@ -1848,6 +1850,39 @@ Shows top queries that were blocked and allowed by [Pi-Hole](https://pi-hole.net
---
### Pi Hole Queries v6
Shows top queries that were blocked and allowed by [Pi-Hole](https://pi-hole.net/).
<p align="center"><img width="400" src="https://i.ibb.co/pXR0bdQ/pi-hole-queries.png" /></p>
#### Options
**Field** | **Type** | **Required** | **Description**
--- | --- | --- | ---
**`hostname`** | `string` | Required | The URL to your Pi-Hole instance
**`apiKey`** | `string` | Required | Your Pi-Hole web password or application password. It **IS** your Pi-Hole admin interface password **UNLESS** you have 2FA turned on (in contrast to the old widget). If you have 2FA turned on you will need to create an application password. Refer to Pi-Hole documentation for how to create an application password.
**`count`** | `number` | _Optional_ | The number of queries to display. Defaults to `10`
#### Example
```yaml
- type: pi-hole-top-queries-v6
options:
hostname: https://pi-hole.local
apiKey: xxxxxxxxxxxxxxxxxxxxxxx
```
#### Info
- **CORS**: 🟢 Enabled
- **Auth**: 🔴 Required
- **Price**: 🟢 Free
- **Host**: Self-Hosted (see [GitHub - Pi-hole](https://github.com/pi-hole/pi-hole))
- **Privacy**: _See [Pi-Hole Privacy Guide](https://pi-hole.net/privacy/)_
---
### Pi Hole Recent Traffic
Shows number of recent traffic, using allowed and blocked queries from [Pi-Hole](https://pi-hole.net/)