mirror of
https://github.com/YunoHost-Apps/rustdesk-server_ynh.git
synced 2024-09-03 20:16:24 +02:00
commit
9512788bdc
6 changed files with 5 additions and 8 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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
|
||||||
|
|
||||||
|
|
|
@ -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
|
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue