2016-01-27 23:03:58 -06:00
2015-12-28 16:47:43 +10:30
2015-12-28 16:50:05 +10:30
2016-01-03 15:08:56 -06:00
2016-01-17 17:07:49 -05:00
2016-01-25 21:20:53 -06:00
2016-01-21 07:55:37 -05:00
2015-02-07 16:01:45 -05:00
2016-01-17 17:07:49 -05:00
2016-01-25 20:10:51 +00: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.

Keep these things in mind:

  • Use 4 spaces instead of tabs
  • Commit Unix line endings
  • If you want, try to keep to the theme of black holes/gravity. This can add some fun to your submission.
Description
Pi-hole Dashboard for stats and more
Readme EUPL-1.2 81 MiB
Languages
JavaScript 52.9%
CSS 47.1%