Update für Docker und automatischer Build
All checks were successful
release-tag / release-image (push) Successful in 1m45s

This commit is contained in:
2025-08-05 19:26:50 +02:00
parent a596961be2
commit 9e4729fbc2
5 changed files with 212 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ func generateSessionToken() string {
func main() {
// Determine DB path and load machines.
hashedPassword = hashPassword(password)
dbPath = GetENV("DB", "./machines.json")
dbPath = GetENV("EW_DB", "/data/machines.json")
loadMachines()
// Save on SIGINT/SIGTERM.