local-media-server
v0.0.2
Published
Local Media Server
Downloads
102
Readme
Local Media Server (lms
)
lms
is a media server that can be run in-place. Just run
lms-server
in the directory you want to serve and LMS will spin up a
web server and serve the media in that directory. LMS will cache
thumbnails in $HOME/.cache/lms/
.
Installation
npm install -g local-media-server
Usage
To use lms
, just run lms
in any directory containing images you
want to host. lms
will dig into your directory structure, so you
don't need to do anything special for nested directories.