# Droppy ### Introduction [Droppy](https://github.com/silverwind/droppy) is a web-based filemanager to upload, delete, move and edit files and view media directly in the web browser. ### Get started 1. Update your `data` dir, `uid` and `gid` to run the service and used as permissions for new files in [`.env`](.env) 2. Turn on authentication in [data/config/config.json](data/config/config.json) (optional) 2. `docker-compose up -d` 3. Open `http://:8989` in your preferred webbrowser