frunjik / total-workshop

Experimental Total.js Workshop

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 you 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

Experimental Total.js Workshop

License:MIT License


Languages

Language:HTML 64.7%Language:JavaScript 27.8%Language:CSS 7.5%