mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-18 07:37:03 +02:00
Merge pull request #242 from dinger1986/master
updated synology hosting docs
This commit is contained in:
commit
fc7b62ee40
@ -3,7 +3,7 @@ title: Synology
|
||||
weight: 22
|
||||
---
|
||||
|
||||
This tutorial is based on latest DSM v6.
|
||||
This tutorial is based on latest DSM v6 and v7.
|
||||
|
||||
### Install Docker
|
||||
|
||||
@ -34,7 +34,7 @@ Click on above "Advanced Settings".
|
||||
- Enable "Use the same network as Docker host", for more about host net, please [check](/docs/en/self-host/install/#net-host)
|
||||

|
||||
|
||||
- Mount a host directory (e.g. `Shared/test/`) to `/root`, hbbs will generate some files (including the `key` file) in this directory
|
||||
- Mount a host directory (e.g. `/home/rustdesk/`) to `/root`, hbbs will generate some files (database and `key` files) in this directory which need to be persistent over reboots.
|
||||
| Mount | Files generated in the host directory |
|
||||
| -- | -- |
|
||||
|  |  |
|
||||
@ -43,7 +43,7 @@ Click on above "Advanced Settings".
|
||||
{{% notice note %}}
|
||||
Synology's OS is Debian based, so host net (--net=host) works fine, we do not need to map ports with `-p` option.
|
||||
|
||||
`192.168.16.98` is an intranet IP used here for demonstration only, please set it to a public IP when you deploy.
|
||||
`192.168.16.98` is an internal IP used here for demonstration only, please set it to a public IP when you deploy (or you can use your DDNS address if you have configured one in Control Panel - Connectivity - DDNS) and don't forget to open ports on your router and your synology firewall if this is enabled (Control Panel - Connectivity - Firewall)!
|
||||
|
||||
{{% /notice %}}
|
||||
|
||||
@ -55,7 +55,7 @@ Synology's OS is Debian based, so host net (--net=host) works fine, we do not ne
|
||||
|
||||
### Create hbbr container
|
||||
|
||||
Please repeat above `hbbs` steps, but change container name to `hbbr` and command to `hbbr`.
|
||||
Please repeat above `hbbs` steps, but name the container `hbbr` and command (for Set Command Step) should be `hbbr -k _`.
|
||||
|
||||

|
||||
|
||||
@ -67,3 +67,7 @@ Please repeat above `hbbs` steps, but change container name to `hbbr` and comman
|
||||
| Double click on container and check log | Double confirm hbbs/hbbr using host network |
|
||||
| -- | -- |
|
||||
|  |  |
|
||||
|
||||
### Retrieve your Key
|
||||
|
||||
Browse to the folder setup before using File Station, download id_ed25519.pub and open with a text editor to via your key.
|
||||
|
Loading…
x
Reference in New Issue
Block a user