arevindh / pihole-speedtest

Pihole Speedtest Mod
https://arevindh.github.io/pihole-speedtest/
MIT License
216 stars 22 forks source link

Export function measurement results #108

Closed xnetworker closed 2 years ago

xnetworker commented 2 years ago

Is the option to integrate a function to export the measurement results into excel?

arevindh commented 2 years ago

@xnetworker

sudo su
cd /var/www/html/admin/
git tag -d $(git tag -l)
git fetch --tags
git pull
git checkout csv-export

Open http://<pihole-ip>/admin/api.php?csv-export=1 while after login (Also available from Speedtest tab).

Will not be merged until the next release of pihole.

github-actions[bot] commented 2 years ago

Stale issue message

arevindh commented 2 years ago

Merged