Sign inSign up

roastslav/quickdrop

By roastslav

Updated about 17 hours ago

QuickDrop is a file sharing application.

Image
Web servers
Content management system
Databases & storage
0

100K+

roastslav/quickdrop repository overview

QuickDrop is an easy-to-use file sharing application that allows users to upload files without an account, generate download links, and manage file availability, file encryption and optional password protection.

Installation
  1. Pull the Docker image:
docker pull roastslav/quickdrop:latest
  1. Run the Docker container:
docker run -d -p 8080:8080 roastslav/quickdrop:latest

Optional: Use a volume to persist the uploaded files when upgrading the container or change the default configuration:

docker run -d -p 8080:8080 \
  -v /path/to/db:/app/db \
  -v /path/to/log:/app/log \
  -v /path/to/files:/files \
  quickdrop

Tag summary

Content type

Image

Digest

sha256:89e6f5d84

Size

144.7 MB

Last updated

about 17 hours ago

docker pull roastslav/quickdrop