0.6.3 • Published 3 years ago

fpark v0.6.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
3 years ago

Fpark

File server

File server with batteries included :

  • Clusters
  • Containers
  • Authorization
  • Image compression
  • Image resizing on the fly
  • File encryption by design
  • File replication
  • Logger (included with rotation)

Installation

Node

  • Get the package
npm install fpark
  • Create a config file
vi config.json
  • Run
./fpark start -c config.json

Systemd

  • Install
 cd /tmp
 curl https://raw.githubusercontent.com/Ideolys/fpark/master/install.sh | sudo bash

Documentation

Find answers in documentation

License

Apache 2.0