Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added: RustDesk Server #1187

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions public/v4/apps/rustdesk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
captainVersion: 4
services:
$$cap_appname:
image: rustdesk/rustdesk-server:$$cap_rustdesk_version
ports:
- 21117:21117
- 21119:21119
volumes:
- $$cap_appname-data:/root
command: hbbr
restart: always
environment:
DATABASE_URL: $$cap_database_url
caproverExtra:
notExposeAsWebApp: 'true'
$$cap_appname-signal:
image: rustdesk/rustdesk-server:$$cap_rustdesk_version
depends_on:
- $$cap_appname
ports:
- 21115:21115
- 21116:21116
- 21118:21118
volumes:
- $$cap_appname-signal-data:/root
command: hbbs -r $$cap_appname.$$cap_root_domain:21117
restart: always
environment:
DATABASE_URL: $$cap_database_url
caproverExtra:
notExposeAsWebApp: 'true'
caproverOneClickApp:
variables:
- id: $$cap_rustdesk_version
label: RustDesk Version
defaultValue: '1.1.12'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/rustdesk/rustdesk-server/tags
validRegex: /^([^\s^\/])+$/
- id: $$cap_database_url
label: Database URL
defaultValue: 'sqlite://./db_v2.sqlite3'
description: As defined by the Docker Compose specification, changing this is not advised.
instructions:
start: >-
RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.

This template installs the RustDesk signal and rendezvous servers to provide private E2EE connectivity between clients.
end: >-
Please wait for 2 minutes. RustDesk is deployed and will be available at $$cap_appname.$$cap_root_domain:21117

Be sure to open ports `21115/tcp`-`21119/tcp`, and `21116/udp` in your firewall. You can find the public key in the App Logs, or via `/var/lib/docker/volumes/$$cap_appname-signal-data/_data/id_ed25519.pub`
displayName: RustDesk Server
isOfficial: true
description: RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.
documentation: Taken from https://rustdesk.com/docs/en/
Binary file added public/v4/logos/rustdesk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading