Pi-hole AdminLTE

Edit Package pihole-admin-lte

Pi-hole®'s Web interface (based off of AdminLTE) provides a central location to manage your Pi-hole and review the statistics generated by FTLDNS™.

Easy-to-interpret: simple graphs and beautiful colors make Pi-hole's stats easy to understand
Responsive: looks great on desktop, tablets, and mobile devices
Useful: control and configure your Pi-hole with our settings
Insightful: use the query log, audit log, or long-term stats to gain insight into your networks activity

Refresh
Refresh
Source Files
Filename Size Changed
AdminLTE-v5.2.1.tar.gz 0002462023 2.35 MB
FTL.php-improve-get-response-ftl.patch 0000000891 891 Bytes
FTL.php-socket-error-handling.patch 0000000467 467 Bytes
SUSE.readme 0000001409 1.38 KB
_service 0000000358 358 Bytes
api_FTL.php-handle-errors.patch 0000000464 464 Bytes
fix_command_execution.patch 0000000598 598 Bytes
fix_notice_in_api_FTL.php 0000000500 500 Bytes
fix_sudo_commands.patch 0000002056 2.01 KB
lighttpd.conf 0000003031 2.96 KB
nginx.conf 0000001836 1.79 KB
php-fpm-www.conf 0000018756 18.3 KB
pihole-admin-lte.changes 0000017981 17.6 KB
pihole-admin-lte.spec 0000009228 9.01 KB
savesettings.php-better-error-handling.patch 0000001684 1.64 KB
Revision 12 (latest revision is 43)
Samu Voutilainen's avatar Samu Voutilainen (Smar) committed (revision 12)
--------------------------------------------------------------------
- Update to version v5.2.1
  + Added support for CNAME records add/remove
  + Use two different divs for mobile and desktop instead of a JS solution
  + Allow users to specify clients as MAC addresses
  + Add better select menu allowing users to filter inside the dropdown as well as add new entries in place.
  + Ensure IP addresses w/o MAC addresses are also shown and that already added clients are hidden.
  + Add support for multiple hostnames per client (hardware address).
  + Add device vendor (if available) to info string shown in the select dropdown
  + Finalize sub-queries to ensure we're not running out of memory with hundreds of clients (can result in O(N^2) memory requirements).
  + Also show IP addresses in MAC details
  + Fix failed git auto-merge.
  + Enlarge dropdown container to 400px (max-height).
  + Ensure we're not adding IPs for mock devices.
  + Show hostname(s) first, then MAC vendor (if applicable) and then IP address(es).
  + Removed already defined functions
  + Order suggested clients by firstSeen (most recent on top).
  + Fix missing separator when there is vendor and address but no hostname
  + Add support for FTL DB version 8 in the API (host names stored in the network_addresses table).
  + Use host names stored in the network_addresses table when querying new client suggestions.
  + Add support for entering client host names.
  + Fix background of dropdown menu.
  + Shorten name validation regex
  + Fix IP sorting when there are empty fields present.
  + Only try to implode pihole arpflush quiet output if it is an array.
  + Rename IP column on groups->clients page.
  + Added token verification
  + Add :interface description
  + Fix initial visibility of group selector on simplified black- and whitelist pages.
  + Show explicitly which hostname belongs to which IP address when hovering over the hostnames. Note that the IP addresses and host names were already in the same order, before.
Comments 0