orosu-ci/Run Orosu Client
Execute remote scripts on Orosu server with file upload capabilities
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| address | Orosu server address. Must be a valid websocket URL, e.g. wss://host:port/path or ws://host:port/path | yes | — |
| key | Authentication key. Can be generated on the server using orosu-keygen. Private key is required. | yes | — |
| script | Script to execute. Should be configured on the server. | yes | — |
| file | Attached file to upload (newline delimited). The file will be accessible in the script as ATTACHMENTS_DIR environment variable. | no | — |
| chunk_size | Chunk size in bytes for file uploads (default: 65536). | no | 65536 |
| arguments | Script arguments (space-separated string, e.g. "arg1 arg2 arg3"). These arguments will be passed to the script as $1, $2, etc. | no | "" |
| log_level | Log level (default: info) | no | info |
Outputs
no outputs