mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
cleaning
This commit is contained in:
parent
8bde34bcbf
commit
5107653013
3 changed files with 4 additions and 4 deletions
|
@ -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
|
|
@ -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
|
|
@ -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=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")
|
#key=$(cat "$install_dir/id_ed25519.pub")
|
||||||
ynh_app_setting_set --app=$app --key=key --value=$key
|
#ynh_app_setting_set --app=$app --key=key --value=$key
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
|
Loading…
Reference in a new issue