v0.7.5

glanceapp/glancev0.7.5Mar 15, 2025by svilenmarkov

AI Summary

Adds official support for Pi-hole version 6 to the DNS stats widget.

Key Highlights

  • Added support for Pi-hole version 6 via `service: pihole-v6`.

New Features

  • Pi-hole v6 support

Full Release Notes

## What's Changed

Added support for Pi-hole version 6 via:

```yaml
- type: dns-stats
  service: pihole-v6
  url: ${PIHOLE_URL}
  password: ${PIHOLE_PASSWORD}
```

(thanks to @KallanX and @ralphocdol)

Where `${PIHOLE_PASSWORD}` is either the admin dashboard password or the application password which can be created from:

```
Settings -> Web Interface / API -> Configure app password
```