Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 875 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 875 Bytes

FILER

A simple Node.JS web based file manager. Purely server side rendered. Still somewhat in development.

Filer homepage Filer browser Filer upload

This is just a personal project, use with caution. Also, it allows anyone to access your files, so don't actually use it.

Running:

Create a .env file for variables. FILE_PATH is the root location where Filer will serve files. Need to have r/w access (or at least read).

PORT=8080
FILE_PATH=/var/www/html

Then you need to install dependencies, build some resources and finally, run:

$ npm install
$ gulp build
$ npm start

Licensed under MIT License