initial commit

This commit is contained in:
syntaxbullet
2026-05-13 17:26:13 +02:00
commit 99569d2cf3
43 changed files with 8725 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
BMP_DEMO_PASSWORD=change-this-to-a-long-random-password
OPENROUTER_API_KEY=replace-me
# Optional: set this for public HTTPS through Caddy, for example demo.example.com.
# Leave unset for local HTTP on port 80 via docker compose.
# APP_DOMAIN=demo.example.com
OPENROUTER_MODEL=openai/gpt-5.4-nano
BMP_MAX_UPLOAD_BYTES=15728640
BMP_MAX_PDF_PAGES=35
BMP_MAX_ACTIVE_SUMMARY_JOBS=10
MAX_UPLOAD_SIZE=20MB

After

Width:  |  Height:  |  Size: 401 B