Skip to content

wong2/serve-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-scripts

run server scripts in browser

Install

[sudo] npm install serve-scripts -g

Usage

you should provide a config file and run:

serve-scripts config.json

example config file:

{
  "title": "My Server Scripts",
  "auth": {
    "username": "xxxx",
    "password": "yyyy"
  }, // default to false, which is no auth (dangerous!)
  "commands": [
    {
      "name": "list all files",
      "command": "ls -al"
    }
  ]
}

About

serve server scripts in browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published