diff --git a/manifest.toml b/manifest.toml index 341fd80..0746451 100644 --- a/manifest.toml +++ b/manifest.toml @@ -65,3 +65,7 @@ ram.runtime = "50M" hbbs.exposed = "Both" hbbr.default = 21117 hbbr.exposed = "TCP" + mainbis.default = 21118 + mainbis.exposed = "TCP" + mainter.default = 21119 + mainter.exposed = "TCP" diff --git a/scripts/restore b/scripts/restore index 9f6287f..8b4d10d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -56,7 +56,7 @@ yunohost service add rustdesksignal --description="Rustdesk Signal Server" --log #================================================= ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 -# Typically you only have either $app or php-fpm but not both at the same time... +# Typically you only have either $app but not both at the same time... ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd"