An open source personal web file server.
You need node.js you can download it with :
- Windows: https://nodejs.org/en/download/
- Linux:
sudo apt-get install node
To use it clone the repository with :
git clone https://github.com/JulesdeCube/webFS.git
install the librarry with:
npm install
to config it open webFS.conf
. some property:
- (Futur)
Path
: path to the root folder
to run it just run:
npm run start
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Jules Lefebvre - Initial work - JulesdeCube
See also the list of contributors who participated in this project.
This project is licensed under the GPL v3 or later License - see the LICENSE.md file for details