AlbinoDrought / creamy-stuff

Share links to local stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Share links to local stuff

License:GNU Affero General Public License v3.0


Languages

Language:Go 96.9%Language:Dockerfile 1.7%Language:Makefile 1.4%