1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
This commit is contained in:
Éric Gaspar 2023-11-01 15:06:05 +01:00
parent 55e1c83272
commit c264a93903
5 changed files with 14 additions and 13 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.
Self-host your own RustDesk server. RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration.

View file

@ -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.
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.

View file

@ -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"