This commit is contained in:
2026-01-12 13:51:52 +01:00
parent 90191c50d8
commit 06e55c441e
44 changed files with 3066 additions and 1 deletions

9
data/admins.json Normal file
View File

@@ -0,0 +1,9 @@
{
"admin": {
"username": "admin",
"role": "admin",
"pass_hash": "pbkdf2_sha256$120000$zBmvdO4DjRapCKHSLCZAEQ$mo3uzViHoac1_OlhDdNiZIOMLg3eMbiMbuIQkJ6BrAA",
"disabled": false,
"created_at": 1768204361
}
}