Multipurpose File Server Micro Service
1.2K
File Server for use with a Media Player such as the one in angular-media-player Project.
docker run -it --rm -p 8080:8080 -v /home/sergios/Music:/hostMusicRoot:ro sergios/headless_file_server
Do not forget to change the path to something valid on your host !
docker run -it --rm -p 8080:8080 -v /home/sergios/Music:/hostMusicRoot:ro -v /home/sergios/Videos:/hostVideoRoot:ro sergios/headless_file_server
http://localhost:8080/headless-file-server/fileExplorerSearch/load/fileExplorerSearchTreeOptions
You should receive a JSON response that reflects a portion of your host folder.
Install the media player angular-media-player and enjoy your music, videos and pictures like never before.
Content type
Image
Digest
Size
293.3 MB
Last updated
about 8 years ago
docker pull sergios/headless_file_server