You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[AdGuard Home Block Stats](#adguard-home-block-stats)
@@ -1338,19 +1338,21 @@ Displays the number of queries blocked by [Pi-Hole](https://pi-hole.net/).
1338
1338
--- | --- | --- | ---
1339
1339
**`hostname`** | `string` | Required | The URL to your Pi-Hole instance
1340
1340
**`hideStatus`** / **`hideChart`** / **`hideInfo`** | `boolean` | _Optional_ | Optionally hide any of the three parts of the widget
1341
+
**`apiKey`** | `string` | Required | Your Pi-Hole web password. It is **NOT** your pi-hole admin interface or server password. It can be found in `/etc/pihole/setupVars.conf`, and is a 64-character located on the line that starts with `WEBPASSWORD`
1341
1342
1342
1343
#### Example
1343
1344
1344
1345
```yaml
1345
1346
- type: pi-hole-stats
1346
1347
options:
1347
1348
hostname: http://192.168.130.1
1349
+
apiKey: xxxxxxxxxxxxxxxxxxxxxxx
1348
1350
```
1349
1351
1350
1352
#### Info
1351
1353
1352
1354
- **CORS**: 🟢 Enabled
1353
-
- **Auth**: 🟢 Not Required
1355
+
- **Auth**: 🔴 Required
1354
1356
- **Price**: 🟢 Free
1355
1357
- **Host**: Self-Hosted (see [GitHub - Pi-hole](https://github.com/pi-hole/pi-hole))
**`hostname`** | `string` | Required | The URL to your Pi-Hole instance
1406
+
**`apiKey`** | `string` | Required | Your Pi-Hole web password. It is **NOT** your pi-hole admin interface or server password. It can be found in `/etc/pihole/setupVars.conf`, and is a 64-character located on the line that starts with `WEBPASSWORD`
1404
1407
1405
1408
#### Example
1406
1409
1407
1410
```yaml
1408
1411
- type: pi-hole-traffic
1409
1412
options:
1410
1413
hostname: https://pi-hole.local
1414
+
apiKey: xxxxxxxxxxxxxxxxxxxxxxx
1411
1415
```
1412
1416
1413
1417
#### Info
1414
1418
1415
1419
- **CORS**: 🟢 Enabled
1416
-
- **Auth**: 🟢 Not Required
1420
+
- **Auth**: 🔴 Required
1417
1421
- **Price**: 🟢 Free
1418
1422
- **Host**: Self-Hosted (see [GitHub - Pi-hole](https://github.com/pi-hole/pi-hole))
0 commit comments