kint
March 23, 2017, 3:43pm
1
So i have some ideas how to make it simpler to use pi-hole
on the Webinterface under settings just under the query logging box an box where we can (if there is) update pi-hole over an simple click of the button
right to the 1. button an button to "reset" all ststistics of the pihole (not the password and configs ;-))
an possibility of getting an notification that there is an update
settings where i can turn on autoupdate if i want so
and as last an option to switch between the 24h and the from 00:00 queries graph
btw there is still the issue that if my timestamp is 24h the queries of today are from these 24h not from 00:00
regards kint
I'm going to close this FR as it contains 5 individual FR and it is hard to follow the implementation on all of them simultaniously.
There are a number of FR out there that wish like to see a update through the web ui, but it is technically impossible:
opened 11:32AM - 23 Nov 16 UTC
closed 08:01AM - 28 Oct 18 UTC
Enhancement
Nice to have
Testing Required
**In raising this issue, I confirm the following (please check boxes, eg [X]) Fa… ilure to fill the template will close your issue:**
- [X] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md).
- [X] The issue I am reporting can be *replicated*
- [X] The issue I'm reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/pi-hole/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/pi-hole/issues)).
**How familiar are you with the codebase?:**
- [X] 9
---
I compiled a component that can be used to update using the Web UI. It works nicely until it crashes because lighttpd is restarted
https://github.com/pi-hole/pi-hole/blob/development/automated%20install/basic-install.sh#L1132-L1133
and
https://github.com/pi-hole/pi-hole/blob/development/automated%20install/basic-install.sh#L743
If I disable the "restart", then the update finishes successful:
![screenshot at 2016-11-22 16-58-00](https://cloud.githubusercontent.com/assets/16748619/20560202/5426cda0-b178-11e6-920d-977ed6836e6a.png)
See also my PR on pi-hole/AdminLTE for the code of the web updater.
We have to discuss how to deal with this (not restart lighttpd, restart it later, or ...) best.
_This template was created based on the work of [`udemy-dl`](https://github.com/nishad/udemy-dl/blob/master/LICENSE)._
Please vote here if you support this FR:
Please follow the below template, it will help us to help you!
Please ensure that you are running the latest version of the beta code.
Run pihole -up to update to the latest, then verify that the problem still exists before reporting it.
Problem with Beta 5.0:
Debug Token:
Is it possible to add a (safe) function to reset the ftl-statistics? While searching for it I only found a solution by deleting the old database.
An example where this is usefull: Getting a exact view on the summary after …
This has been implemented. Available updates are shown in the footer of the dashboard.
1 Like