page436

https://takagotch.github.io/page436/



FileBrowser SPA

File-Browser

This is a single page web app built with Vue.js and served by Hapi.js running on Node.js on the backend, intended to be used as a system file browser similar to Finder or Explorer. Some of the features of this file browser web app include:

Installation

This app makes use of Async/Await on the backend which requires Node version 7.6+. Some of the other app dependencies requires compilers to build it’s code (c++, gcc, msvs, etc) depending on your OS.

After cloning this, you should probably rename the example config file included and make any changes to it before moving on. Rename file /common/config.example.js to just /common/config.js.

Installing the dependencies and building the bundles after install.

# install everything
$ npm install

# build app bundles with webpack
$ npm run build

Managing user accounts used to access the app (authentication). This will run an included script used to manage user accounts. Follow the help message and use arguments as needed.

# get the default help output
$ npm run user

# list existing users
$ npm run user list

# add a new user to the list
$ npm run user create Bob l337p4$$

Running the app.

# start with node
$ npm run node

# start with nodemon
$ npm run nodemon

# start with pm2
$ npm run pm2

Todos

Author

Rainner Lins: @raintek_

License

Licensed under MIT.