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:
commit
52b0af81fa
7 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Rustdesk Relay Server
|
Description=RustDesk: Relay Server
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Rustdesk Signal Server
|
Description=RustDesk: Signal Server
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Credentials to use in Settings -> Network
|
Credentials to use in RustDesk client Settings -> Network
|
||||||
|
|
||||||
ID Server: __DOMAIN__
|
ID Server: __DOMAIN__
|
||||||
Relay Server: __DOMAIN__
|
Relay Server: __DOMAIN__
|
||||||
|
|
|
@ -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 ID : __DOMAIN__
|
||||||
Serveur relais : __DOMAIN__
|
Serveur relais : __DOMAIN__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Credentials to use in Settings -> Network
|
Credentials to use in RustDesk client Settings -> Network
|
||||||
|
|
||||||
ID Server: __DOMAIN__
|
ID Server: __DOMAIN__
|
||||||
Relay Server: __DOMAIN__
|
Relay Server: __DOMAIN__
|
||||||
|
|
|
@ -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 ID : __DOMAIN__
|
||||||
Serveur relais : __DOMAIN__
|
Serveur relais : __DOMAIN__
|
||||||
|
|
|
@ -30,7 +30,7 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||||
|
|
||||||
# Download, check integrity, uncompress and patch the source from manifest.toml
|
# 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
|
fi
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
|
|
Loading…
Reference in a new issue