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
6ab9977a5d
commit
5dfcda4d85
4 changed files with 14 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
PORT=__PORT__
|
6
doc/POST_INSTALL.md
Normal file
6
doc/POST_INSTALL.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
Credentials to use in Settings -> Network
|
||||
|
||||
ID Server: __DOMAIN__
|
||||
Relay Server: __DOMAIN__
|
||||
API Server: https://__DOMAIN__
|
||||
key: __KEY__
|
6
doc/POST_INSTALL_fr.md
Normal file
6
doc/POST_INSTALL_fr.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
Informations d'identification à utiliser dans Paramètres -> Réseau
|
||||
|
||||
Serveur ID : __DOMAIN__
|
||||
Serveur relais : __DOMAIN__
|
||||
Serveur API : https://__DOMAIN__
|
||||
Key : __KEY__
|
|
@ -55,6 +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)
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue