DropPort is an ad-hoc browser to browser file transfer tool.
318
Free, self-hosted browser-to-browser file transfer. Your files are never stored on the server.
DropPort makes it simple to transfer files securely between people using nothing more than a web browser.
Run DropPort in your own infrastructure, create a transfer, share the link, and send files directly between browsers.
No cloud storage. No accounts. No artificial limits.
DropPort lets you:
The sender and recipient just need a modern web browser.
DropPort coordinates the transfer, but it doesn't become another place where your files live.
Files are transferred browser-to-browser rather than uploaded to persistent server storage.
That means there's no forgotten upload sitting around waiting for somebody to delete it later.
Run DropPort inside your own infrastructure with Docker.
You control where the service runs and how users access it without handing your files to another cloud storage provider.
Recipients don't need DropPort, a desktop client or another piece of software installed.
Send them a link and they can receive the transfer using their browser.
Sometimes you just need to get a file from one person to another.
DropPort is designed to do that without turning file transfer into another platform you have to administer.
DropPort is free to deploy and use.
There are no artificial limits designed to force you into a paid tier as your usage grows.
Use it. Scale it.
DropPort is useful for:
Run DropPort with Docker:
docker run --rm -p 8443:8443 \
-e DROPPORT_ADMIN_USERNAME=admin \
-e DROPPORT_ADMIN_PASSWORD=change-me \
-e DROPPORT_DATA_DIR=/root/.dropport \
-e DROPPORT_NITRITE_FILE=dropport.db \
dropport:latest
Change DROPPORT_ADMIN_PASSWORD from change-me before using DropPort in a real environment.
Once running, open DropPort in your browser on port 8443.
| Variable | Example | Description |
|---|---|---|
DROPPORT_ADMIN_USERNAME | admin | Administrator username |
DROPPORT_ADMIN_PASSWORD | change-me | Administrator password |
DROPPORT_DATA_DIR | /root/.dropport | DropPort application data directory |
DROPPORT_NITRITE_FILE | dropport.db | DropPort database filename |
DropPort listens on port 8443 in the container.
Full documentation is available at:
Learn more about Jadaptive and our other free, self-hosted infrastructure and security software:
Questions, feedback and community support:
https://www.reddit.com/r/jadaptive/
DropPort is part of Jadaptive's growing collection of free, self-hosted infrastructure and security software, including:
Explore the Jadaptive Docker Hub namespace to discover more.
The software is the gift. Our expertise is the paywall.
Use it. Scale it. No artificial limits.
Content type
Image
Digest
sha256:16656c1bd…
Size
139.8 MB
Last updated
21 days ago
docker pull jadaptive/dropport