There was no hosted image for FileDrop so I built my own. https://github.com/mat-sz/filedrop
10K+
There was no hosted image for Filerop so I built my own.

This image was built using the original FileDrop repo: https://github.com/mat-sz/filedrop
It can be ran using Docker Compose
services:
filedrop:
image: itsnoted/filedrop
environment:
- WS_HOST=0.0.0.0
- WS_APP_NAME=${APP_NAME}
- WS_ABUSE_EMAIL=${ABUSE_EMAIL}
- WS_USE_X_FORWARDED_FOR=${USE_X_FORWARDED_FOR}
- WS_REQUIRE_CRYPTO=1
- TURN_MODE=hmac
- TURN_SERVER=turn:(hostname)
- TURN_USERNAME=filedrop
- TURN_SECRET=${TURN_SECRET}
ports:
- '5000:5000'
coturn:
image: coturn/coturn
command:
- --log-file=stdout
- --use-auth-secret
- --static-auth-secret=${TURN_SECRET}
- --no-multicast-peers
- --no-tls
- --no-dtls
- --no-software-attribute
- --fingerprint
- --no-cli
network_mode: host
depends_on:
- filedrop
Content type
Image
Digest
sha256:2d81f4c33…
Size
72.2 MB
Last updated
over 1 year ago
docker pull itsnoted/filedrop