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 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/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 a7811fb..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 #=================================================