High Performance File Explorer with HTML front end. No RDBMS. ffmpeg format conversion.
337
This image contains a File Explorer and allows up to 3 host folders to be exposed through a web interface
ffmpeg performs format conversion (flac to mp3) on the fly.
Install docker locally if not already done.
pull image:
docker pull sergios/file_explorer_ffmpeg
run image (do not forget to customize -v option):
docker run -it --rm -p 80:80 -v /home/sergios/Music:/hostMusicRoot:ro --mount type=tmpfs,destination=/tmp sergios/file_explorer_ffmpeg
This command runs a container and allows host folder /home/sergios/Music to be accessed by the web interface.
Caution: --mount is not supported in older versions of Docker
Point your browser to:
http://localhost/file-explorer
This image is based on debian:stretch
Some topics in the demo:
Content type
Image
Digest
Size
304.3 MB
Last updated
almost 9 years ago
docker pull sergios/file_explorer_ffmpeg