mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 18:48:49 -04:00
Bug: Can't disable UI server #418
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 @l4l4l4l4 on GitHub (Jul 4, 2024).
Can't disable UI server
6cc0b9b)Logs:
Docker inspect:
@qdm12 commented on GitHub (Jul 5, 2024):
If you're running with Docker just don't publish the port and that's it really. The ui server won't consume any resources really if it's not accessed (and even then, it barely consumes anything).
Alternatively, upgrade to v2.7.0 or latest and use
SERVER_ENABLEDit's written in the readme.@l4l4l4l4 commented on GitHub (Jul 5, 2024):
Can't do that due to #761
@qdm12 commented on GitHub (Jul 6, 2024):
You can specify multiple owners with
"host"as described in the v2.7.0 readme (future releases will stay retrocompatible too). Or use the latest docker image.