1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rustdesk-server_ynh.git synced 2024-09-03 20:16:24 +02:00
This commit is contained in:
Éric Gaspar 2023-12-06 13:21:38 +01:00
parent 8bde34bcbf
commit 5107653013
3 changed files with 4 additions and 4 deletions

View file

@ -3,4 +3,4 @@ Credentials to use in RustDesk client Settings -> Network
ID Server: __DOMAIN__
Relay Server: __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 relais : __DOMAIN__
Serveur API : https://__DOMAIN__
Key : __KEY__
La clé peut être trouvée ici: __INSTALL_DIR__/id_ed25519.pub

View file

@ -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