To provide a self-hosted web-based file server with media viewing and text editing capabilities.
Droppy is an **archived** self-hosted file storage server that offers a web interface for managing files, viewing media, and editing text. It operates by maintaining an in-memory representation of files, using `~/.droppy/config` for configuration and `~/.droppy/files` for storage. Installation involves `npm install -g droppy` and running `droppy start` with specified config and file directories.
To provide a self-hosted web-based file server with media viewing and text editing capabilities.
Individuals or small teams needing a simple, self-managed file server for low-end hardware, acknowledging its archived status.