arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
216 stars 22 forks source link

docker and fedora support and datetime fixes #157

Closed ipitio closed 7 months ago

ipitio commented 8 months ago

This PR reflects the changes in the Sister PRs, which add Docker support while avoiding the need to maintain a fork of docker-pi-hole.

This update also introduces the breaking change of v2: Date() is no longer used in favor of Moment.js; previous tests may show an incorrect timezone offset in the web interface. Due to the previous ambiguous formatting of the date, the easiest solution is to clear history if this bothers you.

Sister PRs:

Features:

Fixes:

Enhancements: