2016-01-21 08:21:49 -05: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
2015-02-07 16:01:45 -05:00
2016-01-21 08:21:49 -05: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
}

Contributing

If you would like to add to the project, please make sure to follow these guidelines:

  1. Branch off of devel into your own feature branch (ex. feature).
  2. When you are finished, make a pull request to merge your feature branch into devel.
S
Description
Pi-hole Dashboard for stats and more
Readme 62 MiB
Languages
PHP 39.1%
CSS 38.8%
JavaScript 22.1%