aiu88/OutLook-Email-Manager
0
Runtime Notes
- This Space defaults to the latest upstream image:
ghcr.io/assast/outlookemail:latest. - The latest upstream source repository is also cloned during build as a fallback path.
- Set
APP_SOURCE=gitin the Space variables only when you want to boot from the cloned repository instead of the image filesystem. - Persistent application data is stored in
/data, which should be backed by the mounted HF bucket.
Required Space Secrets
SECRET_KEY: Flask secret key, required by the application.
Optional Space Variables
LOGIN_PASSWORD: Web login password. Defaults toadmin123if omitted.APP_SOURCE:imageby default. Set togitto start from the cloned source tree.DATABASE_PATH: Defaults to/data/outlook_accounts.db.PORT: Defaults to5000.GUNICORN_THREADS: Defaults to4.GUNICORN_TIMEOUT: Defaults to300.
