frunjik / total-total

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explorer demo

!!! WARNING !!!

This code is highly experimental and will (depending on settings), allow access to the complete file system of your server. Don't use this if you don't know what you are doing !!!

Features

Setup

  • $> git clone
  • $> npm install
  • $> node index.js
  • http://127.0.0.1:8000

Authorization

Inside definitions/auth.js you can implement your own authorization using AUTH delegate. Currently only users with sa: true have priviliged access. See:

  • ./config
  • ./definitions/auth.js
  • ./definitions/func.js

Powered by Total.js

About

License:MIT License


Languages

Language:JavaScript 49.6%Language:HTML 36.9%Language:CSS 13.5%