arevindh / pihole-speedtest

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

Pi-hole FTL v5.7 and Web v5.4 released #74

Closed town3r closed 3 years ago

town3r commented 3 years ago

Pi-hole released updates for the web UI and FTL.:

https://github.com/pi-hole/AdminLTE/releases/tag/v5.4

https://pi-hole.net/2021/02/16/pi-hole-ftl-v5-7-and-web-v5-4-released/

town3r commented 3 years ago

I'm guessing having the mod installed is what's preventing me from updating to WebUI v5.4

ChrisWNY commented 3 years ago

You can update to Web UI v5.4 by following the MANUAL instructions to "Revert Admin" and "Revert Pi-hole" (see link below), this will replace the speedtest mod web UI with the latest Pi-hole web UI. Running "pihole -up" after reverting will update you to the latest Pi-hole. The drawback though is that the standard Pi-hole web UI won't have any of the speedtest graphs or settings, but your speedtest history, settings, etc. will all still be intact, just not viewable from the web UI.

https://github.com/arevindh/pihole-speedtest/wiki/Updating--Speedtest-Mod

Until pihole-speedtest is updated, pulling the speedtest admin repo will set you back to Web UI v5.3.2. You can still use the speedtest admin repo with the latest Pihole Core and FTL...having a slightly older admin web UI won't generally cause any problems. Should still work just fine.

I'm sure the speedtest admin repo will be updated soon though. Once it's updated to 5.4 (assuming you've updated Pi-hole to the latest Core and FTL), you can just follow the simple instructions for grabbing the latest speedtest admin repo as well as the webpage.sh script. Takes only seconds to upgrade the script and admin repo. If you already updated Pi-hole, all you have to do is follow the manual update instructions to "get latest speedtest admin repo" (about halfway down the page) as well as getting the script, and you're done.

Get latest speedtest admin repo

cd /var/www/html/ mv admin org_admin # remove old org_admin folder if exists git clone https://github.com/arevindh/AdminLTE admin

Get latest webpage.sh file

cd /opt/pihole/ mv webpage.sh webpage.sh.org # remove old webpage.sh.org file if exists wget https://github.com/arevindh/pi-hole/raw/master/advanced/Scripts/webpage.sh chmod +x webpage.sh

Pi-hole is modular and split into 3 components - the Core, the Web UI, and the FTL. You can definitely run older Web UI versions with the newest Core and FTL.

arevindh commented 3 years ago

@ChrisWNY Thank you for explaining, I was a bit busy with office works.

Just updated the mod to v5.4.

@town3r Update instructions

arevindh commented 3 years ago

@ChrisWNY Let me know if you face any issues.

ChrisWNY commented 3 years ago

Grabbed the latest repo just now, everything seems in working order. Thanks for another quick update!