-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Missing setupVars.conf breaks padd.sh after PiHole v6.0 #421
Comments
you will need to use the development branch |
Awesome, thanks @mwoolweaver ! |
Any idea on ETA, my padd currently is asking for a password, not sure what password is needed |
in most cases it will be the WebUI password you use when login @ http://pi.hole see here for more info https://github.com/pi-hole/PADD/tree/development?tab=readme-ov-file#authentication |
Silly question for the password and I just typing ./padd.sh --secret and replace the password with mine |
replace this |
Odd must be something I'm missing, added my password for Pihole and it still wont boot PADD |
are you running on the Pi-hole directly or another device? |
and try using the version found here https://github.com/pi-hole/PADD/blob/2fa/padd.sh has a fix for passing the password with |
This is the version I was using. I am running this directly on its own dedicated Rpi |
as seen in the readme of the development branch
|
Not sure if this is the same bug or a new bug, and: Updated from Pi-hole v5.x to V6. PADD was not previously installed. Release version of PADD:
Dev branch version of PADD:
|
You've downloaded the HTML file, not the raw file. |
thanks! |
how do you switch to development branch (remind me) on a running install (RPi) ? |
switching branches for PADD will require you to download the script again from the development branch https://raw.githubusercontent.com/pi-hole/PADD/refs/heads/development/padd.sh |
Describe the bug
After upgrading PiHole to v6.0, I wanted to use PADD.sh, just as on previous versions.
The bash script defaults to an error message:
https://github.com/pi-hole/PADD/blob/master/padd.sh#L1507
After the v6.0 upgrade, the setupVars.conf file is gone, and only a .update.bak backup file is left behind. (I don't see this being mentioned in the changelog for v6.0).
Probably need to handle the changes in v6.0 to be suitable for PADD.sh to run properly.
A workaround is to re-create the setupVvars.conf file from the .update.bak file (although not sure if it breaks anything), or just modify the script to point to a different filename.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Execution of padd.sh does not result in an error due to the missing setupVars.conf file
The text was updated successfully, but these errors were encountered: