Run arbitrary scripts on a server via the API
It's possible to create a script and run it with the api, but there's no way to run an arbitrary one-time script. We can obviously create, run, and th...
Run scripts as different system users via the API
The ploi API only supports running scripts as either ploi or root, even on machines that have additional system users. We use system users to isolate...