2017-02-17 20:47:28 +00:00
2016-12-23 19:49:11 +00:00
2016-12-13 14:58:47 +01:00
2017-02-17 20:47:28 +00:00
2017-02-14 11:25:13 +01:00
2016-07-05 23:36:02 -05:00
2016-11-21 13:05:45 +00:00
2016-02-05 17:34:53 +00:00
2017-01-24 13:36:34 +01:00
2016-12-29 19:59:09 +00:00
2015-02-07 16:01:45 -05:00
2017-01-20 20:38:09 +01:00
2016-12-30 15:00:06 -05:00

Pi-hole Admin Dashboard

Codacy Badge Join the chat at https://gitter.im/pi-hole/AdminLTE

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

API

A read-only API can be accessed at /admin/api.php. With either no parameters or api.php?summary it returns the following JSON:

{
	"domains_being_blocked": "136,708",
	"dns_queries_today": "18,108",
	"ads_blocked_today": "14,648",
	"ads_percentage_today": "80.9"
}

There are many more parameters, such as summaryRaw, overTimeData10mins, topClients or getQuerySources, getQueryTypes, getForwardDestinations, and getAllQueries. Together with a token it is also possible to enable and disable (also with a set timeout) blocking via the API.



We use BrowserStack for multi-platform multi-browser testing.
Description
Pi-hole Dashboard for stats and more
Readme EUPL-1.2 81 MiB
Languages
JavaScript 52.9%
CSS 47.1%