Skip to content

crazycoder1999/OmegaWebExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Omega File Manager

A Web FileManager

I created this project for 2 reasons:

  • build a file manager to use in another project.
  • make some code with NodeJS

This file manager is able to:

  • explore a filesystem
  • download files through a web interface
  • upload a file
  • delete a file
  • create a folder

It is expandable with custom pages.

Screenshot

Installation

You need nodejs installed: I used the 5.2.0 version

Configuration

The file Config.js contains:

  • rootPath: the root folder. The software consider path starting only from rootPath
  • fileSizeUpload: the limit of uploadable file
  • extra: true, add an external page for customize the web pages /extra. false, disabled it

The software is tested on OSX and Linux (raspberry pi zero / raspbian).

Customization

If you would like to add specific application features like new pages or new api, you can see: extra.handlebars,Extra.js. You need to enable config.extra.

About

A file explorer running on nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published