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
| Area | Default |
|---|---|
| Port | 8080 |
| Storage | Local development directory |
| Access | Local demo API key |
| Maximum file size | 50 MB |
Development overrides
Copy .env.example to .env, uncomment only the values you need, and restart the application.
| Variable | Purpose |
|---|---|
| SERVER_PORT | Override the HTTP port |
| FILE_UPLOAD_DIR | Use a persistent writable storage directory |
| FILE_API_KEY | Replace the local demo API key |
| FILE_MAX_SIZE | Adjust 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.