OkashiOdayakana / AdminLTE

Pi-hole Dashboard for stats and more

Home Page:https://pi-hole.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

Pi-hole Dashboard for stats and more

https://pi-hole.net

License:MIT License


Languages

Language:JavaScript 63.8%Language:PHP 36.2%