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 branch 'testing'

This commit is contained in:
Éric Gaspar 2023-11-01 18:20:49 +01:00
commit 52b0af81fa
7 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
[Unit]
Description=Rustdesk Relay Server
Description=RustDesk: Relay Server
[Service]
Type=simple

View file

@ -1,5 +1,5 @@
[Unit]
Description=Rustdesk Signal Server
Description=RustDesk: Signal Server
[Service]
Type=simple

View file

@ -1,4 +1,4 @@
Credentials to use in Settings -> Network
Credentials to use in RustDesk client Settings -> Network
ID Server: __DOMAIN__
Relay Server: __DOMAIN__

View file

@ -1,4 +1,4 @@
Informations d'identification à utiliser dans Paramètres -> Réseau
Informations d'identification à utiliser dans le client RustDesk sous Paramètres -> Réseau
Serveur ID : __DOMAIN__
Serveur relais : __DOMAIN__

View file

@ -1,4 +1,4 @@
Credentials to use in Settings -> Network
Credentials to use in RustDesk client Settings -> Network
ID Server: __DOMAIN__
Relay Server: __DOMAIN__

View file

@ -1,4 +1,4 @@
Informations d'identification à utiliser dans Paramètres -> Réseau
Informations d'identification à utiliser dans le client RustDesk sous Paramètres -> Réseau
Serveur ID : __DOMAIN__
Serveur relais : __DOMAIN__

View file

@ -30,7 +30,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from manifest.toml
ynh_setup_source --dest_dir="$install_dir"
ynh_setup_source --dest_dir="$install_dir" --keep="id_ed25519.pub id_ed25519"
fi
chmod -R o-rwx "$install_dir"