You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/docs/widgets/services/pihole.md

805 B

title description
PiHole PiHole Widget Configuration

Learn more about PiHole.

As of v2022.12 PiHole requires the use of an API key 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"].

Note: by default the "blocked" and "blocked_percent" fields are merged e.g. "1,234 (15%)" but explicitly including the "blocked_percent" field will change them to display separately.

widget:
  type: pihole
  url: http://pi.hole.or.ip
  key: yourpiholeapikey # optional

Added in v0.1.0, updated in v0.8.9