From 5107653013a7f4dd6308ee955521a520854c992f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:21:38 +0100 Subject: [PATCH 1/3] cleaning --- doc/POST_INSTALL.md | 2 +- doc/POST_INSTALL_fr.md | 2 +- scripts/install | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index 2d8e0c3..a17a8cb 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -3,4 +3,4 @@ Credentials to use in RustDesk client Settings -> Network ID Server: __DOMAIN__ Relay Server: __DOMAIN__ API Server: https://__DOMAIN__ -key: __KEY__ \ No newline at end of file +The key can be found here: __INSTALL_DIR__/id_ed25519.pub \ No newline at end of file diff --git a/doc/POST_INSTALL_fr.md b/doc/POST_INSTALL_fr.md index cd95a75..8672231 100644 --- a/doc/POST_INSTALL_fr.md +++ b/doc/POST_INSTALL_fr.md @@ -3,4 +3,4 @@ Informations d'identification à utiliser dans le client RustDesk sous Paramètr Serveur ID : __DOMAIN__ Serveur relais : __DOMAIN__ Serveur API : https://__DOMAIN__ -Key : __KEY__ \ No newline at end of file +La clé peut être trouvée ici: __INSTALL_DIR__/id_ed25519.pub \ No newline at end of file diff --git a/scripts/install b/scripts/install index a7811fb..bcee691 100755 --- a/scripts/install +++ b/scripts/install @@ -55,8 +55,8 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" 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 +#key=$(cat "$install_dir/id_ed25519.pub") +#ynh_app_setting_set --app=$app --key=key --value=$key #================================================= # END OF SCRIPT From c564f5394afcd1d6f2db7a0563894c3ada7ccd9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 6 Dec 2023 14:24:17 +0100 Subject: [PATCH 2/3] cleaning --- manifest.toml | 2 +- scripts/install | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 14ec76d..8e133fe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "RustDesk Server" description.en = "Remote control alternative for self-hosting" description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" -version = "1.1.8-2~ynh1" +version = "1.1.8-2~ynh2" maintainers = ["eric_G"] diff --git a/scripts/install b/scripts/install index bcee691..5d34885 100755 --- a/scripts/install +++ b/scripts/install @@ -55,9 +55,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_systemd_action --service_name=rustdeskrelay --action="start" --log_path="systemd" 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 #================================================= From 28900e6c0d4f30eaaff784aeb6801504e89e4358 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 6 Dec 2023 13:24:23 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1abcaa6..1cbd90e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-host your own RustDesk server. RustDesk is a full-featured open source remote control alternative for self-hosting and security with minimal configuration. -**Shipped version:** 1.1.8-2~ynh1 +**Shipped version:** 1.1.8-2~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d18cdfa..d549c59 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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. -**Version incluse :** 1.1.8-2~ynh1 +**Version incluse :** 1.1.8-2~ynh2 ## Captures d’écran