mirror of
https://github.com/mskatoni/ni-mail.git
synced 2026-09-04 23:16:44 +08:00
feat: complete ni-mail rewrite with Graph API, IMAP, OTP extractor, Web UI and Docker deployment
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
DB_PATH="/ni_mail.db"
|
||||
export DATABASE_URL="sqlite:///"
|
||||
|
||||
exec python -m flask --app "app:create_app()" run --host=0.0.0.0 --port=""
|
||||
Reference in New Issue
Block a user