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
From the project space, click on **"Create a release"**
## Metadata
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
Click on **"Deploy"**
## Properties
- **Version:** Select the desired release
- **Environment:** Choose `Development`, `Staging`, or `Production`
- **Configuration:** Select the configuration source
- **Resources:** Set CPU and Memory
| Name | Type | Required | Default | Description |
|------|------|----------|---------|-------------|
| `connectionHost` | string | ✓ | | The SSH Host |
| `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
Enable **"Expose"**
## Dependencies
Choose an **API Gateway** (Internal, Public, etc.)
- `camel:ssh`
- `camel:kamelet`