mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: Authentication for http server #112
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qdm12 on GitHub (Mar 23, 2021).
Originally assigned to: @qdm12 on GitHub.
Authentication mechanism for http server.
@fredericrous commented on GitHub (May 18, 2021):
I personally wouldn't want an authentication feature unless it is compatible with oauth2. The webui is behind https://www.authelia.com/ on my nas. Another suggestion would be to make it possible to opt-out from the authentication mechanism
@qdm12 commented on GitHub (May 18, 2021):
Oh yeah definitely opt out authentication. But I really want to make it enabled by default as we don't want to have some network noob (including me sometimes) port forward it and then have malicious users change DNS settings, that would be baaaaddd.
By the way, I'm almost there on this ticket (being stuck in https://github.com/qdm12/dns/tree/v2.0.0-beta currently).
@FragRot commented on GitHub (Dec 26, 2024):
May I know when would authentication be implemented? Planning to deploy this application but I'm holding off for now due to lack of authentication.
@qdm12 commented on GitHub (Dec 26, 2024):
Use a reverse proxy and set authentication with the proxy for the time being. This issue isn't urgent until it can modify settings, since right now it's read only and doesn't show any secret/private data really.