Skip to content

AlbinoDrought/creamy-stuff

Repository files navigation

Creamy Stuff

albinodrought/creamy-stuff Docker Pulls AGPL-3.0 License

Generate shareable links to local files.

Features

  • Share public or password-protected links to files or folders
  • Track link downloads
  • Automatically disable links after an amount of time
  • Automatically disable links after an amount of downloads

Usage

Right now there are no configuration options.

With Docker

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

Without Docker

./creamy-stuff

Building

With Docker

make image

Without Docker

make build