File sharing — upload a file, get a link, set an expiry. Self-hosted WeTransfer
Part of the Stockyard family of self-hosted developer tools.
docker run -p 9140:9140 -v parcel_data:/data ghcr.io/stockyard-dev/stockyard-parcelOr with docker-compose:
docker-compose up -dOpen http://localhost:9140 in your browser.
| Variable | Default | Description |
|---|---|---|
PORT |
9140 |
HTTP port |
DATA_DIR |
./data |
SQLite database directory |
PARCEL_LICENSE_KEY |
(empty) | Pro license key |
| Free | Pro | |
|---|---|---|
| Limits | 10 files, 100MB total, 7-day expiry | Unlimited files, 1GB, custom expiry |
| Price | Free | $2.99/mo |
Get a Pro license at stockyard.dev/tools/.
Developer Tools
Apache 2.0