Skip to content

Releases: benjaminbear/docker-ddns-server

v1.1.4

27 May 22:04
6cc20a6
Compare
Choose a tag to compare
  • Fixed domain validation

v1.1.3

20 May 12:48
2150703
Compare
Choose a tag to compare
  • Bump golang 1.22
  • Update dependencies
  • Minor Bug Fixes

v1.1.2

25 May 21:22
5d87fb3
Compare
Choose a tag to compare
  • Update dependencies
  • Allow ipv6 in ip field

v1.1.1

29 May 13:57
f650124
Compare
Choose a tag to compare
  • Allow usernames with minimum 3 characters #21
  • Fixed route bug for "/nic/update" #20

Features

26 May 16:43
Compare
Choose a tag to compare
  • switched all admin routes to /admin/...
  • auto redirect from ./ to ./admin
  • enabled two auth flows (admin and update)
  • disabled auth for admin by skipping env variable DDNS_ADMIN_LOGIN
  • introduced optional env variable DDNS_TITLE for dynamic UI title (default TheBBCloudDynDNS)
  • set copyright date in footer dynamic on startup
  • moved all remote js/css packages into static in order to avoid external dependencies
  • added "copy to clipboard button" on host overview page
  • replaced all fmt.Println by log...
  • introduced new optional env variable DDNS_CLEAR_LOG_INTERVAL to clear logs after n days (int). (check runs daily once if update request received)
  • newest logs are shown from top to bottom on logs page (newest first)
  • added multiarch github workflow
  • bump dependencies to go 1.18

Special thanks to @maltegrosse for the big updade!

Initial Release

28 Jul 21:33
56c4693
Compare
Choose a tag to compare

First not-pre release of docker-ddns-server.

  • Removed index layout test page and fixed actual page marker
  • CNAME entries to host entries can be added. Now it is possible to have multiple domains on one IP by updating just one host entry!
  • Updated dependency and using latest go version 1.16
  • Added dyndns compatible api endpoints /nic/update /v2/update and /v3/update

0.1

28 Mar 18:42
Compare
Choose a tag to compare
0.1
remove unnecessary css and js files