doc.rustdesk.com/content/self-host/synology/_index.zh-cn.md
2023-01-16 19:54:22 +01:00

71 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 群晖
weight: 22
---
本手册基于DSM v6。
### 安装Docker
打开 package manager 并安装 docker
| | |
| --------------- | -------------------------------------------------------- |
![](/docs/en/self-host/synology/images/package-manager.png) | ![](/docs/en/self-host/synology/images/docker.png)
### 安装 RustDesk Server
| 在 Docker's registery 里搜索 rustdesk-server 并双击安装 | 安装 rustdesk-server 镜像后, 双击镜像创建容器 |
| --------------- | -------------------------------------------------------- |
![](/docs/en/self-host/synology/images/pull-rustdesk-server.png) | ![](/docs/en/self-host/synology/images/rustdesk-server-installed.png)
### 创建 hbbs 容器
如上所述哦,双击 rustdesk-server 镜像创建新容器,设置名称 `hbbs`
![](/docs/en/self-host/synology/images/hbbs.png)
点击上面的 "Advanced Settings"。
- 开启 auto-restart
![](/docs/en/self-host/synology/images/auto-restart.png)
- 开启 "Use the same network as Docker host", 关于 host net的更多解释请[查看](/docs/zh-cn/self-host/install/#net-host)
![](/docs/en/self-host/synology/images/host-net.png)
- 将容器里的 home 目录 `/root` 挂在到宿主目录(比如 `Shared/test/`), hbbs将把产生的文件包括`key`文件)放在该目录。
| 挂在 | 产生的文件 |
|-- | -- |
![](/docs/en/self-host/synology/images/mount.png?width=500px) | ![](/docs/en/self-host/synology/images/mounted-dir.png?width=300px)
- 设置命令
{{% notice note %}}
Synology 的操作系统是基于 Debian 的因此host net (--net=host) 可以正常工作,我们不需要使用 `-p` 选项映射端口。
`192.168.16.98`为内网ip此处仅作演示部署时请设置为公网ip。
{{% /notice %}}
![](/docs/en/self-host/synology/images/hbbs-cmd.png?v2)
- 搞定
![](/docs/en/self-host/synology/images/hbbs-config.png)
### 创建 hbbr 容器
请重复上述 `hbbs` 步骤,请将容器名更改为 `hbbr` 并将命令更改为 `hbbr`
![](/docs/en/self-host/synology/images/hbbr-config.png)
### hbbr/hbbs 容器创建完成
![](/docs/en/self-host/synology/images/containers.png?width=500px)
| 双击容器并查看日志 | 确认 hbbs/hbbr 在使用 host net |
|-- | -- |
![](/docs/en/self-host/synology/images/log.png?width=500px) | ![](/docs/en/self-host/synology/images/network-types.png?width=500px)