Documentation menu

FiloraFS-Litev1.0.0

FiloraFS-Lite configuration

Use runnable local defaults first, then override storage, API access, and file limits through .env.

Updated

Runnable local defaults

FiloraFS-Lite defaults
AreaDefault
Port8080
StorageLocal development directory
AccessLocal demo API key
Maximum file size50 MB

Development overrides

Copy .env.example to .env, uncomment only the values you need, and restart the application.

FiloraFS-Lite .env overrides
VariablePurpose
SERVER_PORTOverride the HTTP port
FILE_UPLOAD_DIRUse a persistent writable storage directory
FILE_API_KEYReplace the local demo API key
FILE_MAX_SIZEAdjust the multipart limit

Allowed file types

  • image/png
  • image/jpeg
  • application/pdf
  • image/webp

Before deployment

  • Use persistent storage and backups.
  • Provide the API key through a secret store.
  • Review path handling and file ownership rules.
  • Add monitoring, quotas, retention, and malware scanning where required.