1
0
Fork 0
 
 
 
 
 
Go to file
Ambrose Chua 7830496322 Update README.md 2016-10-09 14:10:38 +08:00
assets Initial commit 2016-10-09 13:17:00 +08:00
views Initial commit 2016-10-09 13:17:00 +08:00
README.md Update README.md 2016-10-09 14:10:38 +08:00
index.js Fix executable 2016-10-09 13:24:25 +08:00
package.json Bump version 2016-10-09 13:24:58 +08:00

README.md

file-manager

A basic node.js file manager.

Features

  • Simple authentication
  • Directory browsing
    • Filesize
    • Permissions
    • Owner
  • Folder creation
  • File uploads
    • Bulk file uploads
  • File/folder renaming
  • Bulk file/folder selection
    • Delete
    • Download archive
    • Change permissions

Screenshots

Usage

git clone https://github.com/ambrosechua/file-manager.git ~/path/to/file-manager
node ~/path/to/file-manager/index.js
# or
npm i -g https://github.com/ambrosechua/file-manager.git
file-manager

Options

Options are currently only suppliable via ENV variables.

PORT=

Listen on $PORT. Default: 8080

KEY=

Setting this variable enables authentication using TOTP (RFC6238). $KEY is a base32 encoded shared secret. This key is only a weak means of protection as it is succeptable to brute-force. You can generate one from here or manually.