Adam Warner 6685d7bde0 Update index.php
Consume JSON output of chronometer.sh

Relies on [this pull](jacobsalmela/pi-hole#193) being merged.
2016-01-18 23:04:37 +00:00
2015-12-28 16:47:43 +10:30
2015-12-28 16:50:05 +10:30
2015-12-28 16:54:41 +10:30
2015-04-15 19:07:05 -04:00
2016-01-18 23:04:03 +00:00
2016-01-18 23:04:37 +00:00
2015-02-07 16:01:45 -05:00
2016-01-09 20:10:02 -06:00

Pi-hole Admin Dashboard

Donate

Using AdminLTE, this project will create a Web interface for the ad-blocking Pi-hole: a black hole for Internet advertisements.

From this interface, you will be able to see stats on how well your Pi-hole is performing. You will also be able to update the lists used to block ads.

Pi-hole Web interface Fully responsive

API

A basic read-only API can be accessed at /admin/api.php. It returns the following JSON:

{
	"domains_being_blocked": "136708",
	"dns_queries_today": "18108",
	"ads_blocked_today": "14648",
	"ads_percentage_today": 80.892423238348
}
S
Description
Pi-hole Dashboard for stats and more
Readme 62 MiB
Languages
PHP 39.1%
CSS 38.8%
JavaScript 22.1%