FiloraFS-Litev1.0.0
FiloraFS-Lite overview
Understand the focused local file-storage boundary, access model, and development path.
Updated
Included
- Multipart file upload
- Local filesystem storage
- Shared API-key protection
- File streaming and download
- File listing, metadata, and deletion
- Browser API testing page
- Postman collection and automated tests
Run and try it first
FiloraFS-Lite starts with a local development directory and demo API key. Run it without .env, then open http://localhost:8080/api-test to exercise the available file APIs.
Product boundary
Lite is intentionally small and does not include users, roles, a metadata database, AWS S3, ownership, pre-signed access, or thumbnails.
- Use it for learning, prototypes, internal tools, and simple single-host file workflows.
- Add application-specific authorization before exposing files to untrusted users.
- Use persistent mounted storage when files must survive restarts or deployments.