Initial commit.

This commit is contained in:
2025-08-18 17:14:54 +02:00
commit 9d1623c739
19 changed files with 2129 additions and 0 deletions

6
.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Copy to .env and adjust
KB_VAULT_PATH=/absolute/path/to/your/vault
# SECRET_KEY is used by Flask for sessions/CSRF
SECRET_KEY=change-me
# Enable Flask debug reloader if desired
FLASK_DEBUG=1