Add USER_EMAIL and USER_PASSWORD env vars to set the email / pass of initial user (#1137)

This commit is contained in:
henrygd
2025-09-05 11:42:43 -04:00
parent e22d7ca801
commit f6f85f8f9d
3 changed files with 164 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
## 0.12.7
- Make LibreHardwareMonitor opt-in with `LHM=true` environment variable. (#1130)
- Fix bug where token was not refreshed when adding a new system. (#1141)
- Add `USER_EMAIL` and `USER_PASSWORD` environment variables to set the email and password of the initial user. (#1137)
## 0.12.6
- Add maximum 1 minute memory usage.