You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
I wasn't aware this was possible, thank you for the suggestion. Sounds like something that can be implemented.
Currently, if no API token is set, no request is sent and a NotAuthenticatedPiException is thrown.
In order to prevent confusion regarding when/when not to use an API token, would it be an idea to add a checkbox saying something like "This Pi-hole has no password"? Enabling this could disable the API token input field.
* Adding apiTokenRequired field, fixes#79
* Remove index shift from QueryStatus toJson/fromJson, fixes#82
* Adding query log page
* Adding queries over time chart
* Adding clients over time chart
* Searchable & refreshable query log/client/domain pages
* Status indicators in Pi-hole forms can be tapped to show error details
* More verbose error logging
* Adding drawer footer and better about dialog
* Adding DoubleBackToClose
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Flutterhole doesn't show some data if pihole doesn't have a password and without token set in app.
This if fixed by setting the api token as "No password set" without quotes.
With this, Flutterhole has more data but it can't (for example) pause the pihole (error occurs).
Suggestion: if no token is set, use the token "No password set" to show all data in app and try to fix the error when trying to pause pihole action.
The text was updated successfully, but these errors were encountered: