Allow people to download your files for free but with a license!
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
Content type
Image
Digest
Size
4.2 MB
Last updated
over 5 years ago
docker pull chappio/licensed-download