mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #547] Feature request: make NTP server configurable #3113
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 @joluxer on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/547
Well maintained IoT equipment is not allowed to access the public internet. The amount of security reviews would be a night mare.
Currently the NTP servers are hardcoded, thus the OEPL-AP need internet access. Without, it seems not to run stable.
In the first turn it would be enough, to replace the static NTP servers strings by values from the configuration database. If those are empty, simple preset them to the current static string. The web interface could present this setting as a space separated list.
It would be great, if in the DHCP case the system pulls the time server from DHCP too. If no available by DHCP, fall back to the static strings.
@svenove commented on GitHub (Jan 25, 2026):
See #167
@nlimper commented on GitHub (Mar 18, 2026):
clusing this one as a duplicate of the (reopened) https://github.com/OpenEPaperLink/OpenEPaperLink/issues/167