Update wiki Home page for ssh-source

gitea_admin 2026-03-11 14:40:35 +00:00
parent 24bdd1bc3e
commit 6bb401e7a8

36
Home.md

@ -1,21 +1,29 @@
# Deploy the Project on CamelX Platform # SSH Source
Deploy on CamelX Platform in three steps Receive data from SSH session.
## Step 1: Create a release ## Metadata
From the project space, click on **"Create a release"**
The new version is automatically available in the list | Property | Value |
|----------|-------|
| Type | source |
| Group | SSH |
| Namespace | File |
| Support Level | Stable |
| Provider | Apache Software Foundation |
## Step 2: Deploy ## Properties
Click on **"Deploy"**
- **Version:** Select the desired release | Name | Type | Required | Default | Description |
- **Environment:** Choose `Development`, `Staging`, or `Production` |------|------|----------|---------|-------------|
- **Configuration:** Select the configuration source | `connectionHost` | string | ✓ | | The SSH Host |
- **Resources:** Set CPU and Memory | `connectionPort` | string | ✓ | `22` | The SSH Port |
| `username` | string | ✓ | | The SSH username to use |
| `password` | string | ✓ | | The SSH password to use |
| `delay` | integer | | `500` | The number of milliseconds before the next poll |
| `pollCommand` | string | ✓ | | The command to run while polling the SSH session |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:ssh`
- `camel:kamelet`