Sign inSign up

chappio/licensed-download

By chappio

Updated over 5 years ago

Image
0

199

chappio/licensed-download repository overview

Licensed Downloads Server

Allow people to download your files for free but with a license!

Usage:

Create a folder with your files. In this example I want to serve gimme.jpg and mymodel.stl.

Files:

data/gimme.jpg
data/gimme.jpg.license
data/mymodel.stl
data/mymodql.stl.license

The .license files contain the text which a user has to agree with to be able to download the file.

Now you can use docker to host the server:

docker run \
   --volume /path/to/data/folder:/data \
   --publish 80:80 --detach

Tag summary

Content type

Image

Digest

Size

4.2 MB

Last updated

over 5 years ago

docker pull chappio/licensed-download