spauny / roboscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

roboscript

RoboScript - run scripts (or any other app) remotely

Deploy this app on your remote server and use its simple rest api to run scripts, stop, check if it's still alive, view logs (even for running processes).

Supported endpoints:

/roboscript/startLocalScript?fullPath=
/roboscript/stopLocalScript?uniqueId=
/roboscript/showProcessLog?uniqueId=
/roboscript/isProcessAlive?uniqueId=
/roboscript/stopAllProcesses
/roboscript/grantExecutePermissions?fullPath=
/roboscript/help

About

License:Apache License 2.0


Languages

Language:Java 99.4%Language:Shell 0.6%