https://github.com/albinodrought/creamy-inbound-stuff
Fork of https://github.com/AlbinoDrought/creamy-stuff for accepting inbound file uploads
https://github.com/albinodrought/creamy-inbound-stuff
creamy
Last synced: about 2 months ago
JSON representation
Fork of https://github.com/AlbinoDrought/creamy-stuff for accepting inbound file uploads
- Host: GitHub
- URL: https://github.com/albinodrought/creamy-inbound-stuff
- Owner: AlbinoDrought
- License: agpl-3.0
- Created: 2020-12-18T05:48:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-18T16:42:52.000Z (over 4 years ago)
- Last Synced: 2025-02-07T02:46:30.966Z (3 months ago)
- Topics: creamy
- Language: Go
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Creamy Inbound Stuff
Generate shareable links for people to upload files.
## Features
- Share public or password-protected links for inbound uploads
- Automatically disable links after an amount of time
- Automatically disable links after an amount of uploads## Usage
Right now there are no configuration options.
### With Docker
```sh
docker run --rm -it \
-v $(pwd)/foo/bar:/data \
albinodrought/creamy-inbound-stuff
```### Without Docker
```sh
./creamy-inbound-stuff
```## Building
### With Docker
```sh
make image
```### Without Docker
```sh
make build
```