An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Creamy Inbound Stuff


albinodrought/creamy-inbound-stuff Docker Pulls

AGPL-3.0 License

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
```