diff --git a/conf/rustdeskrelay.service b/conf/rustdeskrelay.service index c673ccd..305f4b0 100644 --- a/conf/rustdeskrelay.service +++ b/conf/rustdeskrelay.service @@ -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 diff --git a/manifest.toml b/manifest.toml index 0746451..5842f74 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"