AlbinoDrought / creamy-inbound-stuff

Fork of https://github.com/AlbinoDrought/creamy-stuff for accepting inbound file uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

docker run --rm -it \
    -v $(pwd)/foo/bar:/data \
    albinodrought/creamy-inbound-stuff

Without Docker

./creamy-inbound-stuff

Building

With Docker

make image

Without Docker

make build

About

Fork of https://github.com/AlbinoDrought/creamy-stuff for accepting inbound file uploads

License:GNU Affero General Public License v3.0


Languages

Language:Go 96.6%Language:Dockerfile 1.9%Language:Makefile 1.5%