a new version of Pi-Hole (v.2.10) and web interface (AdminLTE) (v.2.0) is out.
If you have running Pi-Hole v.2.x, you will see a hint at the bottom line in your web interface.
Or you can do:
Code: Select all
pihole -v
Whats new? Please check their changelogs: AdminLTE and pi-hole
Many thanks to DL6ER for the new functions in AdminLTE!
How does it looks?
Only for comparison some older versions screen-shots:
How can I update Pi-Hole on DietPi?
Have tested to update using the build-in update function from Pi-Hole on serval devices, but it will not work for me (especially Web Interface update)
So I have done a reinstall. This will work for me.
Reinstall process:
Code: Select all
## backup your installation
dietpi-backup
## backup your pi-hole lists, if you wanted to hold
cp /etc/pihole/adlists.list /root/adlists.list
cp /etc/pihole/whitelist.txt /root/whitelist.txt
cp /etc/pihole/blacklist.txt /root/blacklist.txt
## dietpi update
dietpi-update
## git client uninstall
dietpi-software uninstall 12
## php uninstall
dietpi-software uninstall 89
## lighttpd uninstall
dietpi-software uninstall 84
## pi-hole uninstall
#### * HINT: *
#### - If PiHole asks questions to remove packages,
#### say NO to all of them.
dietpi-software uninstall 93
reboot
## pi-hole install
dietpi-software install 93
## set new Web Login passord "dietpi"
pihole -a -p dietpi
## set your adlists
cp /etc/pihole/adlists.default /etc/pihole/adlists.list
## Uncomment or comment any of the below lists
nano /etc/pihole/adlists.list
## Update your adlists
pihole -g
## restart services and watch for errors
dietpi-services restart
e.g.: url = http://192.168.0.100/pihole
To get access to all the new feature, you now have to "Login":
Login password is the one which will be show during installation or it will be " dietpi "
if you set it via pihole -a -p dietpi.
But where will be as well a hint, how you can do this or change the password.
By clicking the top right logo after successfully login, you can see, how long your session is valid.
And on top of the left column, you see some nice status infos from your running device.
On left site menu, we can edit Blacklist, Whitelist and run a Adlists update (new), query for block domains (new) or disable DNS filtering.
Now it is possible, to change a bunch of Pi-Hole setting via web interface.
New is the buid-in DHCP Server in Pi-hole, which can configure here.
A offline Help Center is now build-in with many information, how to use Pi-Hole.
I wiould recommend to take a look in here.
To read more of the new feature, please look at: Pi-Hole amazing new features
cu
k-plan