1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00

Merge branch 'testing' into ports

This commit is contained in:
Éric Gaspar 2023-11-01 16:27:55 +01:00
commit cb4df442f4
3 changed files with 5 additions and 6 deletions

View file

@ -2,7 +2,7 @@
packaging_format = 2
id = "rustdesk"
id = "rustdesk-server"
name = "RustDesk Server"
description.en = "Remote control alternative for self-hosting"
description.fr = "Alternative de contrôle à distance pour l'auto-hébergement"
@ -34,10 +34,6 @@ ram.runtime = "50M"
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
@ -57,6 +53,8 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
main.show_tile = false
main.allowed = "visitors"
[resources.ports]
api.default = 21114

View file

@ -56,6 +56,7 @@ ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="sys
ynh_systemd_action --service_name=rustdesksignal --action="start" --log_path="systemd"
key=$(cat "$install_dir/id_ed25519.pub")
ynh_app_setting_set --app=$app --key=key --value=$key
#=================================================
# END OF SCRIPT

View file

@ -8,5 +8,5 @@ test_format = 1.0
# Tests to run
# ------------
exclude = ["change_url", "install.nourl"]
#exclude = ["change_url", "install.nourl"]