CoolFace
Apppublic

aiu88/OutLook-Email-Manager

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
App README

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=git in 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 to admin123 if omitted.
  • —APP_SOURCE: image by default. Set to git to start from the cloned source tree.
  • —DATABASE_PATH: Defaults to /data/outlook_accounts.db.
  • —PORT: Defaults to 5000.
  • —GUNICORN_THREADS: Defaults to 4.
  • —GUNICORN_TIMEOUT: Defaults to 300.