mirror of
https://github.com/linuxserver/Heimdall-Apps.git
synced 2026-02-20 04:16:08 +08:00
Implement the EnhancedApps interface for Technitium DNS to display queries blocked and percentage blocked stats on the dashboard tile. - Add test() method for API connection validation - Add livestats() method to fetch stats from /api/dashboard/stats/get - Add config.blade.php for API token configuration - Add livestats.blade.php for stats display template - Set enhanced: true in app.json Closes linuxserver/Heimdall#1531