orosu-ci/Run Orosu Client

Execute remote scripts on Orosu server with file upload capabilities

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
addressOrosu server address. Must be a valid websocket URL, e.g. wss://host:port/path or ws://host:port/pathyes
keyAuthentication key. Can be generated on the server using orosu-keygen. Private key is required.yes
scriptScript to execute. Should be configured on the server.yes
fileAttached file to upload (newline delimited). The file will be accessible in the script as ATTACHMENTS_DIR environment variable.no
chunk_sizeChunk size in bytes for file uploads (default: 65536).no65536
argumentsScript arguments (space-separated string, e.g. "arg1 arg2 arg3"). These arguments will be passed to the script as $1, $2, etc.no""
log_levelLog level (default: info)noinfo

no outputs