Sign inSign up

dmytrish/fileshelf

By dmytrish

Updated over 6 years ago

A lightweight web-based file manager

Image
1

215

dmytrish/fileshelf repository overview

https://github.com/EarlGray/fileshelf

  1. Create a minimal json config file:

     {
         "host": "0.0.0.0",
         "debug": false
     }
    
  2. 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.

  3. Go to http://localhost:8021.

Tag summary

Content type

Image

Digest

Size

36 MB

Last updated

over 6 years ago

docker pull dmytrish/fileshelf