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 pull request #13 from YunoHost-Apps/testing

cleaning
This commit is contained in:
eric_G 2023-12-06 14:24:32 +01:00 committed by GitHub
commit 9512788bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 8 deletions

View file

@ -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. 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 ## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez 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. 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 ## Captures décran

View file

@ -3,4 +3,4 @@ Credentials to use in RustDesk client Settings -> Network
ID Server: __DOMAIN__ ID Server: __DOMAIN__
Relay Server: __DOMAIN__ Relay Server: __DOMAIN__
API Server: https://__DOMAIN__ API Server: https://__DOMAIN__
key: __KEY__ The key can be found here: __INSTALL_DIR__/id_ed25519.pub

View file

@ -3,4 +3,4 @@ Informations d'identification à utiliser dans le client RustDesk sous Paramètr
Serveur ID : __DOMAIN__ Serveur ID : __DOMAIN__
Serveur relais : __DOMAIN__ Serveur relais : __DOMAIN__
Serveur API : https://__DOMAIN__ Serveur API : https://__DOMAIN__
Key : __KEY__ La clé peut être trouvée ici: __INSTALL_DIR__/id_ed25519.pub

View file

@ -7,7 +7,7 @@ name = "RustDesk Server"
description.en = "Remote control alternative for self-hosting" description.en = "Remote control alternative for self-hosting"
description.fr = "Alternative de contrôle à distance pour l'auto-hébergement" 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"] maintainers = ["eric_G"]

View file

@ -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=rustdeskrelay --action="start" --log_path="systemd"
ynh_systemd_action --service_name=rustdesksignal --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 # END OF SCRIPT
#================================================= #=================================================