Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.03 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.03 KB

webFS

An open source personal web file server.

Getting Started

Prerequisites

You need node.js you can download it with :

Installing

To use it clone the repository with :

git clone https://github.com/JulesdeCube/webFS.git

install the librarry with:

npm install

Config

to config it open webFS.conf. some property:

  • (Futur) Path: path to the root folder

Run

to run it just run:

npm run start

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL v3 or later License - see the LICENSE.md file for details