Mcat12 ff55cf085e Add button to Gravity page
This makes sure that the user doesn't accidentally cause the lists
to update because they were curious and clicked the Update Lists
link on the sidebar. Also, they can update the lists multiple
times, if they so desire.
2016-12-10 14:16:49 -05:00
2016-03-28 22:49:23 -04:00
2016-05-27 20:58:24 +10:00
2016-10-31 15:35:31 +00:00
2016-12-10 14:16:49 -05:00
2016-07-05 23:36:02 -05:00
2016-11-21 13:05:45 +00:00
2016-12-08 11:00:02 +01:00
2016-02-05 17:34:53 +00:00
2016-12-10 14:16:49 -05:00
2016-11-21 10:57:19 +01:00
2015-02-07 16:01:45 -05:00

Pi-hole Admin Dashboard

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 Fully responsive

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, overTimeData, topItems, recentItems, getQueryTypes, getForwardDestinations, getQuerySources, and finally getAllQueries.

getAllQueries can optionally be set with one of these values to return JSON hash ordered as value implies: orderByClientDomainTime, orderByClientTimeDomain, orderByTimeClientDomain, orderByTimeDomainClient, orderByDomainClientTime or orderByDomainTimeClient.

S
Description
Pi-hole Dashboard for stats and more
Readme 62 MiB
Languages
PHP 39.1%
CSS 38.8%
JavaScript 22.1%