A round up release that covers off a number of small improvements and bug fixes.
Features:
MFATemplatesDirectory
option now also looks for CSS and JS for changing the appearance of the MFA pagehttp
tohttps
redirection automatically takes place if the port for MFA is on 443 (and has valid certificate)ExposePorts
can now take a port range thanks to @marulitua
Changes:
- Add error message when webauth is selected as an authentication mechanism, but HTTPS isnt enabled
- Visiting the management UI path
/
now redirects to/dashboard
rather than giving a 404 - Improve CSRF protections
- Remove persistent keepalive from server side, as it should be client-side only (thanks #64)
- Improve logging on all management UI endpoints
Bug Fixes:
- Duplicate routes in generated wireguard config (only occurs if the DNS server also has routes applied to it #72)