headscale-ui
Breaking Changes
- The docker container no longer uses the
PORT
environment variable. Instead, there is now aHTTPS_PORT
andHTTP_PORT
environment variable. The docker container now publishes the site on port 80 (http) and port 443 (https) by default.
Feature Spotlight
- The site will now warn you if your API key is about to expire when navigating to the
settings
menu. Furthermore, there is now a painless method to expire the current key and roll over to a new key with a single press.
What's Changed
- Days aren't correctly calculated for new visual indicator by @routerino in #35
- 37 rework docker container to be more flexible by @routerino in #38
- 10 automatic warning for api key expiry by @routerino in #39
- 34-last-seen-sort-works-in-wrong-direction by @routerino in #40
- version update and test by @routerino in #41
Full Changelog: 2022.08.08-beta...2022.08.13-beta