aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMr-Update <[email protected]>2023-04-27 23:40:31 +0200
committerGitHub <[email protected]>2023-04-27 23:40:31 +0200
commitc291900e377afce4e86f8ce489f88f576cfca372 (patch)
tree7efb2b4cf59067d630de718229453a183b07e05e
parent089352420fb82e88989fccd734a62a07210e1ec7 (diff)
downloadrustdesk-server-c291900e377afce4e86f8ce489f88f576cfca372.tar.gz
rustdesk-server-c291900e377afce4e86f8ce489f88f576cfca372.zip
Update README.md
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index 52b5ebc..3842634 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
+<p align="center">
+ <a href="#how-to-build-manually">Manually</a> •
+ <a href="#docker-images">Docker</a> •
+ <a href="#s6-overlay-based-images">S6-overlay</a> •
+ <a href="#how-to-create-a-keypair">Keypair</a> •
+ <a href="#deb-packages">Debian</a> •
+ <a href="#env-variables">Variables</a><br>
+ [<a href="README-DE.md">Deutsch</a>] | [<a href="README-NL.md">Nederlands</a>]<br>
+</p>
+
# RustDesk Server Program
[![build](https://github.com/rustdesk/rustdesk-server/actions/workflows/build.yaml/badge.svg)](https://github.com/rustdesk/rustdesk-server/actions/workflows/build.yaml)
@@ -46,7 +56,7 @@ docker run --name hbbs --net=host -v "$PWD/data:/root" -d rustdesk/rustdesk-serv
docker run --name hbbr --net=host -v "$PWD/data:/root" -d rustdesk/rustdesk-server:latest hbbr
```
-or without --net=host, but P2P direct connection can not work.
+or without `--net=host`, but P2P direct connection can not work.
For systems using SELinux, replacing `/root` by `/root:z` is required for the containers to run correctly. Alternatively, SELinux container separation can be disabled completely adding the option `--security-opt label=disable`.
@@ -98,7 +108,7 @@ services:
restart: unless-stopped
```
-Edit line 16 to point to your relay server (the one listening on port 21117). You can also edit the volume lines (L18 and L33) if you need.
+Edit line 16 to point to your relay server (the one listening on port 21117). You can also edit the volume lines (line 18 and line 33) if you need.
(docker-compose credit goes to @lukebarone and @QuiGonLeong)
@@ -138,7 +148,7 @@ docker run --name rustdesk-server \
-v "$PWD/data:/data" -d rustdesk/rustdesk-server-s6:latest
```
-or without --net=host, but P2P direct connection cannot work.
+or without `--net=host`, but P2P direct connection cannot work.
```bash
docker run --name rustdesk-server \