Sign inSign up

sergios/file_explorer_no_db

By sergios

•Updated almost 9 years ago

High Performance File Explorer with HTML front end. No RDBMS.

Image
1

409

sergios/file_explorer_no_db repository overview

⁠1. Introduction

This image contains a File Explorer and allows up to 3 host folders to be exposed through the web interface

⁠2. How To Run ?

Install docker locally if not already done.

pull image:

    docker pull sergios/file_explorer_no_db

run image (do not forget to customize -v option):

    docker run -it --rm -p 8080:8080 -v /home/sergios/Music:/hostMusicRoot sergios/file_explorer_no_db

This command runs a container and allows host folder /home/sergios/Music to be accessed by the web interface.

Point your browser to:

    http://localhost:8080/file-explorer
⁠3. Content

This image is based on tomcat:8-jre8

Some topics in the demo:

  • Expose your File System (See Docker run option -v /home/sergios/Music:/hostMusicRoot)
  • Additional host folder mapped using -v /home/sergios/Videos:/hostVideoRoot
  • Additional host folder mapped using -v /home/sergios/Books:/hostBooksRoot
  • Lazy Tree
  • Virtual Directories
  • Html5 audio video tags
  • java.nio.streams to read directories
  • Media streaming

Tag summary

Content type

Image

Digest

Size

275.3 MB

Last updated

almost 9 years ago

docker pull sergios/file_explorer_no_db