Feature request: Disable WebUI and output into console/log #333

Closed
opened 2025-11-20 04:22:51 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @PassiveLemon on GitHub (Nov 28, 2023).

  1. What's the feature?
    A setting to disable the WebUI and output update information into the log

  2. 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)

Originally created by @PassiveLemon on GitHub (Nov 28, 2023). 1. What's the feature? A setting to disable the WebUI and output update information into the log 2. 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)`
Author
Owner

@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 😉

@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 😉
Author
Owner

@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!

@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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#333