J den Hartog ca9dcac5f1 apple-touch-icon now is png
A Webpage Icon should be png like specified here:
https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html
So I changed it to point the favicon.png icon.

Now on my phone 5S running iOS 9.3.5 the new pi-hole icon is used both when I choose to *Add Bookmark* but also when I *Add to Home Screen* from Safari.
2016-09-14 16:08:04 +02:00
2016-03-28 22:49:23 -04:00
2016-05-27 20:58:24 +10:00
2016-08-19 18:46:58 -04:00
2016-08-17 21:18:17 +02:00
2016-07-05 23:36:02 -05:00
2016-04-22 14:27:21 +01:00
2016-02-05 17:34:53 +00:00
2016-06-19 00:44:03 +01:00
2016-09-14 16:08:04 +02:00
2015-02-07 16:01:45 -05:00
2016-06-30 17:16:25 +03:00
2016-07-20 13:34:53 +01: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.

Description
Pi-hole Dashboard for stats and more
Readme EUPL-1.2 81 MiB
Languages
JavaScript 52.9%
CSS 47.1%