upl
A dropbox backed by any S3 bucket.
upl
allows you to create dropboxes by providing the credentials for any S3-compatible bucket. A link will be generated that can be visited in a web browser to upload files. Links expire after a configurable amount of time.
- Simple web interface
- Works with large files by using S3 multipart uploads, powered by Uppy
- Remembers previously created dropboxes and uploaded files
- Single fat binary
![Screenshot 1](https://user-images.githubusercontent.com/1705906/119283410-842f0d80-bc6f-11eb-9126-fdfce8d44dd5.png)
![Screenshot 2](https://user-images.githubusercontent.com/1705906/119283425-914bfc80-bc6f-11eb-97b0-c7b74fecb192.png)
Building
You'll need:
make TAGS=production
Alternatively, docker build .
this project.
Deploying
To deploy as a single binary, build it from source and run:
export REDIS_CONNECTION=simple:redis-hostname:6379
export LISTEN=:8080
./upl
For example Kubernetes manifests or Docker Compose files, see the deployments folder.