Skip to content

icris/SimpleFileServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple File Server

Replace the favicon.ico and it's (hopefully) good to go.

run on local device

$ node index.js /path/to/server/root [PORT]

run with docker

$ docker build -t sfs .
$ docker run -it -p 80:8000 -v /path/to/server/root:/data sfs

run pre-built docker image from docker hub

$ docker run -it -p 80:8000 -v /path/to/server/root:/data 21314/sfs

About

A simple file server built on node.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published