mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-08-02 10:38:41 -04:00
Feature request: /api/status endpoint for last entry in updates.json #521
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 @Jandalslap on GitHub (May 3, 2025).
What's the feature?
I'd like an api endpoint for a widget that can be added to getHomepage as a customapi service please.
The key values in the updates.json would be enough. Current IP 'ip' and date and time changed 'time'. Perhaps a previous IP's count?
Extra information?
Include an API Key for this feature that can be added and changed in the config.
@adizukerman commented on GitHub (Jun 28, 2025):
Second that!
@Jandalslap commented on GitHub (Jun 28, 2025):
Hey, in the meantime I created a way to utilise my Cloudflare DNS API endpoint instead to provide the same:
And then for my router widget next to it I just queried a public site for my current IP and keep an eye out to make sure they both match. Best I've come up with so far :-)