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 Restart=always
LimitNOFILE=1000000 LimitNOFILE=1000000
WorkingDirectory=__INSTALL_DIR__/ 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 StandardOutput=append:/var/log/__APP__/hbbr.log
StandardError=append:/var/log/__APP__/hbbr.error StandardError=append:/var/log/__APP__/hbbr.error
RestartSec=10 RestartSec=10

View file

@ -8,7 +8,7 @@ Group=__APP__
Restart=always Restart=always
LimitNOFILE=1000000 LimitNOFILE=1000000
WorkingDirectory=__INSTALL_DIR__/ 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 StandardOutput=append:/var/log/__APP__/hbbs.log
StandardError=append:/var/log/__APP__/hbbs.error StandardError=append:/var/log/__APP__/hbbs.error
RestartSec=10 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 packaging_format = 2
id = "rustdesk" id = "rustdesk"
name = "RustDesk" name = "RustDesk Server"
description.en = "Remote control alternative for self-hosting" description.en = "Remote control alternative for self-hosting"
description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" description.fr = "Alternative de contrôle à distance pour l'auto-hébergement"
@ -59,16 +59,17 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.ports] [resources.ports]
hbbs.default = 21115 api.default = 21114
hbbs.exposed = "TCP" hbbs-nat.default = 21115
hbbsbis.default = 21116 hbbs-nat.exposed = "TCP"
hbbsbis.exposed = "Both" hbbs.default = 21116
hbbs.exposed = "Both"
hbbster.default = 21118 hbbster.default = 21118
hbbster.exposed = "TCP" hbbster.exposed = "TCP"
hbbr.default = 21117 hbbr-tcp.default = 21117
hbbr.exposed = "TCP" hbbr-tcp.exposed = "TCP"
hbbrbis.default = 21119 hbbr-websocket.default = 21119
hbbrbis.exposed = "TCP" hbbr-websocket.exposed = "TCP"
[resources.apt] [resources.apt]
packages = "sqlite3" packages = "sqlite3"