docker-ddns-server/dyndns
Malte d84c3352a9 - 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 to 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 button on logs page
2022-04-04 13:03:25 +02:00
..
handler - switched all admin routes to /admin/... 2022-04-04 13:03:25 +02:00
ipparser Added more documentation and prepared some structural changes 2021-07-27 13:12:16 +02:00
model fix model validation and preloading 2021-07-28 23:16:13 +02:00
nswrapper - switched all admin routes to /admin/... 2022-04-04 13:03:25 +02:00
static - switched all admin routes to /admin/... 2022-04-04 13:03:25 +02:00
views - switched all admin routes to /admin/... 2022-04-04 13:03:25 +02:00
go.mod bump to golang 1.16 2021-07-28 22:33:08 +02:00
main.go - switched all admin routes to /admin/... 2022-04-04 13:03:25 +02:00