mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Feature request: Disable WebUI and output into console/log #333
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 @PassiveLemon on GitHub (Nov 28, 2023).
What's the feature?
A setting to disable the WebUI and output update information into the log
Extra information?
I would just like to reduce unnecessary web apps and I feel this app could function well enough by viewing the output in the Docker logs
For a rough idea on the log output could look like:
{ "porkbun" - "any.domain.com" } Update Successful (xx.xxx.xxx.xx)@qdm12 commented on GitHub (Nov 30, 2023):
It's already logged by default when an ip address changes for example. Otherwise you can set the log level to debug but that might be too much logs (logs every update / check).
For the web ui, just don't publish the port and that's it, it won't consume any cpu cycles if no-one accesses it 😉
@PassiveLemon commented on GitHub (Dec 2, 2023):
Ah I see, I wasn't aware that it already outputted into the log. I gave it a little test by changing the IP of my domain to something slightly different and I see that it only outputs to the log when it's updated!