https://github.com/EarlGray/fileshelf
Create a minimal json config file:
{
"host": "0.0.0.0",
"debug": false
}
Run a container:
$ export FILESHELF_DIR=/path/to/served/directory
$ export FILESHELF_CONF=/path/to/config
$ docker run -it --name=fileshelf --publish-all \
--mount type=bind,source=$FILESHELF_DIR,destination=/storage \
--mount type=bind,source=$FILESHELF_CONF,destination=/etc/fileshelf.conf \
dmytrish/fileshelf:latest
or use this [docker-compose.yml](https://github.com/EarlGray/fileshelf/blob/master/docker- compose.yml) to docker-compose up it.
Go to http://localhost:8021.
Content type
Image
Digest
Size
36 MB
Last updated
over 6 years ago
docker pull dmytrish/fileshelf