-
Notifications
You must be signed in to change notification settings - Fork 2k
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
My proposal for a rewriting of "Reset Web Password" in the wiki #1195
Comments
Indeed #1175 |
@ameshkov I think if move github wiki to adguard documentation might be better. additionally others may help with translation and easy to pull request for extend docs. https://kb.adguard.com/en/home/overview Currently docker details too insufficient. It doesn't explain anything about how to set-up properly except minimum instruction for get started. It must include guide for configure in various docker environments, networks, troubleshoot guide and some details to secure the instance and it's not secret people check third-party pi-hole guides and seek help through forums etc. https://github.com/AdguardTeam/AdGuardHome/wiki/Docker And prefer see some enhancement for the kb site https://kb.adguard.com to check each products and tutorials easily https://support.google.com (home page) |
@Archivebase yeah, I think we should eventually do this. Not right now, though, AdGuard KB is under some rework at the moment. |
Done |
@szolin It seems ignored about windows users, isn't? https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#password-reset |
As far as I can see, none of my suggested changes have been implemented at all, at least not in the GitHub wiki. |
Hm, maybe we just forgot to push the changes. @DandelionSprout @Archivebase please check the current version. |
Okay, now it looks much better. Thanks! |
I still don't see these latest changes. What is in Wiki is very unhelpful. I was only able to reset my password by following these instructions. Also it would be helpful to mention commands to stop and start the service. |
Huh, weird, fixed it. |
https://hostingcanada.org/htpasswd-generator/ has a bcrypt option now |
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
Issue Details
Description
Currently, there's some slight confusion and absent details in https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#reset-web-password that made it rather difficult for me to follow the guide. Among them, was that:
•
apt-get install httpd
did not actually work becausehttpd
is not an actual package, and thatapache2
should be installed instead.• I feel it should be specified that bcrypt encryption of the hash is mandated by AdGuard Home, which rules out the use of various web-based
htpasswd
generators, e.g. https://www.htaccesstools.com/htpasswd-generator/.• The need for root could need to be stated more openly; I couldn't even seem to open
AdGuardHome.yaml
without sudo, let alone save it.• A general absence of Windows info, for the (presumably not all that many) users who do run AdGuard Home on Windows only.
As I do not have edit rights for the wiki, and would be surprised if I got such rights anytime soon, here's my attempt at a rewrite of that wiki section:
Rewrite suggestion
Screenshots
None that I presumed could be relevant to this.
Additional Information
I'm not really sure if there's any web-based
htpasswd
generators that support bcrypt, but I went with the assumption that there surely had to be some of them hidden out there on the internet.The text was updated successfully, but these errors were encountered: