headscale-ui
Warnings
This new release BREAKS compatibility with headscale versions before 0.23.0. use previous releases if sticking with older versions.
The Default Ports have now Changed from 443 and 80 to 8443 and 8080 (for https and http respectively). This does not affect you if you manually set the HTTP_PORT and HTTPS_PORT environment variables, but does affect you if you have not.
Highlights
Updated release to fully function with headscale v0.23.0! Also losing the beta tag, since the existing functionality has been stable for some time.
What's Changed
- updated dependencies. Changed dev to http (as it needs proxying anyway) by @routerino in #151
- feat: redesign tweaks by @ChxGuillaume in #150
- added numbers to possible inputs by @routerino in #152
- removed backwards compatibility check by @routerino in #153
- 145-crashes-upon-boot-and-for-some-reason-tries-loading-caddy-stuff-im-not-using-caddy by @routerino in #154
- force lowercase on submit by @routerino in #157
- added online check for device status tooltip by @routerino in #159
- fix renaming users with numbers by @routerino in #161
- updated dependencies and version by @routerino in #162
- 163-production-build-not-completing by @routerino in #164
New Contributors
- @ChxGuillaume made their first contribution in #150
Full Changelog: 2024.02.24-beta1...2024.10.05