Should showing PADD version require authenticating with Pi-hole? #461
Replies: 3 comments 1 reply
-
Well... the current
Before v4, PADD could only be installed on the same machine (or container) where Pi-hole was installed, so all this info was easily available. Now, PADD v4.x can be installed on a different machine and it needs the API to return the Docker tag, if that's the case. That said, I think this is unnecessarily complex. In my personal opinion, the docker tag doesn't add too much value. Even the latest PADD version is probably unnecessary. My suggestion would be to |
Beta Was this translation helpful? Give feedback.
-
I agree. We could do it similarly to the changes to the update function |
Beta Was this translation helpful? Give feedback.
-
my attempt can be seen @ #462 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently showing the version for PADD requires authenticating with Pi-hole.
To Reproduce
Steps to reproduce the behavior:
./padd.sh -v
Expected behavior
Unsure?? If only showing PADD version why is auth needed?
Additional context
When I checked the code I noticed there are checks for docker and such. Is this why authentication is required?
Beta Was this translation helpful? Give feedback.
All reactions