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 12:04:22 +01:00
parent b0d1d4f17d
commit bd32c307f0
2 changed files with 11 additions and 9 deletions

View file

@ -7,8 +7,8 @@ User=__APP__
Group=__APP__
Restart=always
LimitNOFILE=1000000
ExecStart=__INSTALL_DIR__/hbbr -p __PORT_HBBR__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=__INSTALL_DIR__/hbbr #-p __PORT_HBBR__
StandardOutput=append:/var/log/__APP__/hbbr.log
StandardError=append:/var/log/__APP__/hbbr.error
RestartSec=10

View file

@ -58,14 +58,16 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.ports]
main.default = 21115
main.exposed = "TCP"
hbbs.default = 21116
hbbs.exposed = "Both"
hbbs.default = 21115
hbbs.exposed = "TCP"
hbbsbis.default = 21116
hbbsbis.exposed = "Both"
hbbster.default = 21118
hbbster.exposed = "TCP"
hbbr.default = 21117
hbbr.exposed = "TCP"
mainbis.default = 21118
mainbis.exposed = "TCP"
mainter.default = 21119
mainter.exposed = "TCP"
hbbrbis.default = 21119
hbbrbis.exposed = "TCP"