feat: add rustdesk server app template

This commit is contained in:
2026-05-08 10:39:03 +00:00
parent 84aefa2d5a
commit b44f01f2db
4 changed files with 44 additions and 3 deletions
+3 -2
View File
@@ -18,7 +18,7 @@ No source code, package manifest, test runner, or build step exists here today.
## Current Catalog
The catalog currently lists 17 app templates.
The catalog currently lists 18 app templates.
| App ID | Name | Catalog category | Image | Port |
| --- | --- | --- | --- | --- |
@@ -36,6 +36,7 @@ The catalog currently lists 17 app templates.
| `portainer` | Portainer | Dev Tools | `portainer/portainer-ce:latest` | `9000` |
| `postgres` | PostgreSQL | Database | `postgres:16-alpine` | `5432` |
| `redis` | Redis | Database | `redis:alpine` | `6379` |
| `rustdesk-server` | RustDesk Server | Remote Access | `rustdesk/rustdesk-server-s6:latest` | `21116` |
| `uptime-kuma` | Uptime Kuma | Monitoring | `louislam/uptime-kuma:latest` | `3001` |
| `vaultwarden` | Vaultwarden | Security | `vaultwarden/server:latest` | `80` |
| `wordpress` | WordPress | CMS | `wordpress:latest` | `80` |
@@ -53,7 +54,7 @@ Some templates ask Onebox to provision local platform services and inject connec
| `plausible` | ClickHouse | Declares ClickHouse as a platform requirement. |
| `wordpress` | MariaDB | Uses standard WordPress database environment variables. |
Standalone templates such as `nginx`, `adminer`, `redis`, `portainer`, `mattermost`, `n8n`, `uptime-kuma`, and `vaultwarden` currently define only image and port unless their version config adds explicit environment variables.
Standalone templates such as `nginx`, `adminer`, `redis`, `portainer`, `mattermost`, `n8n`, `uptime-kuma`, and `vaultwarden` currently define only image and port unless their version config adds explicit environment variables. `rustdesk-server` uses the official all-in-one s6 image and requires `RELAY` to advertise the public relay endpoint; RustDesk clients also require firewall access to TCP `21115`, TCP/UDP `21116`, TCP `21117`, and optional web-client TCP `21118`/`21119`.
## Template Schema In Practice