README MIGRATION
This commit is contained in:
parent
6495c0d2ec
commit
a92a6a8738
21 changed files with 454 additions and 298 deletions
24
ressources/rustdesk-server/README.MD
Normal file
24
ressources/rustdesk-server/README.MD
Normal file
|
@ -0,0 +1,24 @@
|
|||
#### rustdesk-server
|
||||
|
||||
##### Information
|
||||
Site : https://rustdesk.com/
|
||||
|
||||
Source : https://github.com/rustdesk/rustdesk-server
|
||||
|
||||
##### Install
|
||||
|
||||
```bash
|
||||
apt install -y wget ca-certificates
|
||||
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||||
apt-get update
|
||||
|
||||
#On Rendez-vous server
|
||||
apt-get install -y rustdesk-server-hbbs
|
||||
# edit /etc/default/hbbs
|
||||
systemctl enable --now hbbs
|
||||
|
||||
#On Relay server
|
||||
apt-get install -y rustdesk-server-hbbr
|
||||
# edit /etc/default/hbbr
|
||||
systemctl enable --now hbbr
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue