Update wiki Home page for ssh-sink

gitea_admin 2026-03-11 14:40:33 +00:00
parent a13cd0a551
commit 364d94844d

35
Home.md

@ -1,21 +1,28 @@
# Deploy the Project on CamelX Platform # SSH Sink
Deploy on CamelX Platform in three steps Send command through 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 | sink |
| 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 |
## Step 3: Expose ## Dependencies
Enable **"Expose"**
Choose an **API Gateway** (Internal, Public, etc.) - `camel:ssh`
- `camel:gson`
- `camel:kamelet`