auth email/password

This commit is contained in:
JSC
2025-06-28 18:30:30 +02:00
parent 8e2dbd8723
commit ceafed9108
25 changed files with 1694 additions and 314 deletions

5
reset.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
rm instance/soundboard.db
uv run migrate_db.py init-db
uv run main.py