From c264a93903de4a572392602635fa72da1d40ab85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:06:05 +0100 Subject: [PATCH] fix --- conf/rustdeskrelay.service | 2 +- conf/rustdesksignal.service | 2 +- doc/DESCRIPTION.md | 2 +- doc/DESCRIPTION_fr.md | 2 +- manifest.toml | 19 ++++++++++--------- 5 files changed, 14 insertions(+), 13 deletions(-) diff --git a/conf/rustdeskrelay.service b/conf/rustdeskrelay.service index 1d3ff31..8056fee 100644 --- a/conf/rustdeskrelay.service +++ b/conf/rustdeskrelay.service @@ -8,7 +8,7 @@ Group=__APP__ Restart=always LimitNOFILE=1000000 WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__ +ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR-TCP__ StandardOutput=append:/var/log/__APP__/hbbr.log StandardError=append:/var/log/__APP__/hbbr.error RestartSec=10 diff --git a/conf/rustdesksignal.service b/conf/rustdesksignal.service index 3a53ff8..befac47 100644 --- a/conf/rustdesksignal.service +++ b/conf/rustdesksignal.service @@ -8,7 +8,7 @@ Group=__APP__ Restart=always LimitNOFILE=1000000 WorkingDirectory=__INSTALL_DIR__/ -ExecStart=__INSTALL_DIR__/hbbs -r __DOMAIN__ -p __PORT_HBBSBIS__ +ExecStart=__INSTALL_DIR__/hbbs -r __DOMAIN__ -p __PORT_HBBS__ StandardOutput=append:/var/log/__APP__/hbbs.log StandardError=append:/var/log/__APP__/hbbs.error RestartSec=10 diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 72faeb3..e467431 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration. \ No newline at end of file +Self-host your own RustDesk server. RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration. \ No newline at end of file diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md index ad74ba0..11d39fb 100644 --- a/doc/DESCRIPTION_fr.md +++ b/doc/DESCRIPTION_fr.md @@ -1 +1 @@ -RustDesk est une alternative de contrôle à distance open source complète pour l'auto-hébergement et la sécurité avec une configuration minimale. \ No newline at end of file +Auto-hébergez votre propre serveur RustDesk. RustDesk est une alternative de contrôle à distance open source complète pour l'auto-hébergement et la sécurité avec une configuration minimale. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index d6a6916..193ccb6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,7 +3,7 @@ packaging_format = 2 id = "rustdesk" -name = "RustDesk" +name = "RustDesk Server" description.en = "Remote control alternative for self-hosting" description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" @@ -59,16 +59,17 @@ ram.runtime = "50M" main.url = "/" [resources.ports] - hbbs.default = 21115 - hbbs.exposed = "TCP" - hbbsbis.default = 21116 - hbbsbis.exposed = "Both" + api.default = 21114 + hbbs-nat.default = 21115 + hbbs-nat.exposed = "TCP" + hbbs.default = 21116 + hbbs.exposed = "Both" hbbster.default = 21118 hbbster.exposed = "TCP" - hbbr.default = 21117 - hbbr.exposed = "TCP" - hbbrbis.default = 21119 - hbbrbis.exposed = "TCP" + hbbr-tcp.default = 21117 + hbbr-tcp.exposed = "TCP" + hbbr-websocket.default = 21119 + hbbr-websocket.exposed = "TCP" [resources.apt] packages = "sqlite3"