make image smaller + allow long passwd + dep updates + fix compression/misspellings

Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2023-02-09 12:10:24 +01:00
parent 45895ac53e
commit 14c2253721
28 changed files with 162 additions and 187 deletions

View File

@@ -194,12 +194,12 @@
"current": {
"type": "string",
"minLength": 1,
"maxLength": 64
"maxLength": 99
},
"secret": {
"type": "string",
"minLength": 8,
"maxLength": 64
"maxLength": 99
}
}
},