-
-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FTL Crashes if FTLCONF_webserver_api_password has a value set #2242
Comments
crash log
|
Might be fixed by #2240 |
Same issue on
It's not crashing, but UI isn't asking for password event if it was set before migration to v6 |
Please try again after running
to get the latest bug fixing attempts for this problem. The issue here is that your VMs somehow do not provide cryptographically sound randomness and we need find out why. |
I have the same issue with my installation in a Synology DS415+. If I configure my docker with a blank password I was able to open the admin page. |
@DL6ER thanks, tried, but it's not working on Docker
also tried |
If your are on docker, you need to build the image yourself. https://github.com/pi-hole/docker-pi-hole?tab=readme-ov-file#building-the-image-locally
|
Versions
Platform
DSM 7.2.2-72806 Update 3
Docker Compose via Synology Container Manager 20.10.23-1437
Expected behavior
Having set a password using
FTLCONF_webserver_api_password: '<password>'
I expect the web service to load onhttps://<adress>:8181/admin
and to be challenged for the password I set.Actual behavior / bug
FTL Crashes.
Steps to reproduce
Steps to reproduce the behavior:
https://<adress>:8181/admin
Debug Token
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
if I comment out # FTLCONF_webserver_api_password: '' it starts and the FTL ui is accessible where expected, but there's no password. Not even a randomly generated one.
I am able to set a password via
pihole setpassword
but it doesn't seem to be used - after setting it the admin UI still loads without a login challenge.The text was updated successfully, but these errors were encountered: