mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-27 16:38:35 +01:00
Merge branch 'master' of github.com-doc-rustdesk-com:rustdesk/doc.rustdesk.com
This commit is contained in:
commit
1434b4edbf
@ -190,9 +190,6 @@ Similar configs should work with Traefik v2, HAProxy, Apache Proxy and Cloudflar
|
|||||||
## How can I file a bug report?
|
## How can I file a bug report?
|
||||||
Please file via [GitHub](https://github.com/rustdesk/rustdesk-server-pro/issues).
|
Please file via [GitHub](https://github.com/rustdesk/rustdesk-server-pro/issues).
|
||||||
|
|
||||||
## How can I get a trial?
|
|
||||||
Please get in touch with our [sales](mailto://sales@rustdesk.com) team.
|
|
||||||
|
|
||||||
## Why if I am self hosting is this not free and open source?
|
## Why if I am self hosting is this not free and open source?
|
||||||
1. RustDesk has become a full time job for a number of people, they have lives, wives, jobs and kids which all demands attention and costs money!
|
1. RustDesk has become a full time job for a number of people, they have lives, wives, jobs and kids which all demands attention and costs money!
|
||||||
2. We want to be here and still making great progress in years to come.
|
2. We want to be here and still making great progress in years to come.
|
||||||
|
@ -3,7 +3,7 @@ title: Synology
|
|||||||
weight: 22
|
weight: 22
|
||||||
---
|
---
|
||||||
|
|
||||||
This tutorial is based on latest DSM v6.
|
This tutorial is based on latest DSM v6 and v7.
|
||||||
|
|
||||||
### Install Docker
|
### 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)
|
- Enable "Use the same network as Docker host", for more about host net, please [check](/docs/en/self-host/install/#net-host)
|
||||||
![](/docs/en/self-host/synology/images/host-net.png)
|
![](/docs/en/self-host/synology/images/host-net.png)
|
||||||
|
|
||||||
- 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 |
|
| Mount | Files generated in the host directory |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| ![](/docs/en/self-host/synology/images/mount.png?width=500px) | ![](/docs/en/self-host/synology/images/mounted-dir.png?width=300px) |
|
| ![](/docs/en/self-host/synology/images/mount.png?width=500px) | ![](/docs/en/self-host/synology/images/mounted-dir.png?width=300px) |
|
||||||
@ -43,7 +43,7 @@ Click on above "Advanced Settings".
|
|||||||
{{% notice note %}}
|
{{% 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.
|
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 %}}
|
{{% /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
|
### 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 _`.
|
||||||
|
|
||||||
![](/docs/en/self-host/synology/images/hbbr-config.png)
|
![](/docs/en/self-host/synology/images/hbbr-config.png)
|
||||||
|
|
||||||
@ -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 |
|
| Double click on container and check log | Double confirm hbbs/hbbr using host network |
|
||||||
| -- | -- |
|
| -- | -- |
|
||||||
| ![](/docs/en/self-host/synology/images/log.png?width=500px) | ![](/docs/en/self-host/synology/images/network-types.png?width=500px) |
|
| ![](/docs/en/self-host/synology/images/log.png?width=500px) | ![](/docs/en/self-host/synology/images/network-types.png?width=500px) |
|
||||||
|
|
||||||
|
### 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…
Reference in New Issue
Block a user