Toastie 9a2fea3e16 added restart policy 4 years ago
..
data b2a459b1ea added .env 4 years ago
.env b2a459b1ea added .env 4 years ago
.gitignore b2a459b1ea added .env 4 years ago
README.md 4a0850c6ea added info on auth and default port 4 years ago
docker-compose.yml 9a2fea3e16 added restart policy 4 years ago

README.md

Droppy

Introduction

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
  2. Turn on authentication in data/config/config.json (optional)
  3. docker-compose up -d
  4. Open http://<hostname>:8989 in your preferred webbrowser