mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
60a4b8692d2ecdf69610e79e1972f14f51a04c5b
Remove a couple more extra image files that are no longer needed and added an a link to the small favicon for older browsers. Also removed Mainfest.json as it does not apply to this project
Pi-hole Admin Dashboard
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.
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
}
Languages
PHP
39.1%
CSS
38.8%
JavaScript
22.1%


