Skip to content

Commit 2e5e483

Browse files
authored
Update README.md
1 parent eb0b00c commit 2e5e483

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

docs/README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
These files are mostly for private use, and I put them there so that I don't forget how I deployed my servers :3
22

3+
## Setup Debian
4+
5+
```sh
6+
bash <(curl -sL https://raw.githubusercontent.com/MewoLab/worldlinkd/refs/heads/main/docs/setup_debian.sh)
7+
```
8+
39
## Setup Caddy for WorldLink HTTPS
410

11+
Depends on Setup Debian
512

13+
```sh
14+
bash <(curl -sL https://raw.githubusercontent.com/MewoLab/worldlinkd/refs/heads/main/docs/setup_caddy.sh)
15+
```
616

717
## Setup rathole for AquaDX reverse proxy
818

919
Depends on Setup Caddy
1020

11-
```
21+
```sh
1222
bash <(curl -sL https://raw.githubusercontent.com/MewoLab/worldlinkd/refs/heads/main/docs/setup_rathole.sh)
1323
```
24+
25+
(Then you copy the token and write this client rathole toml)
26+
27+
```toml
28+
[client]
29+
remote_addr = "{host}:18199"
30+
default_token = "{token}"
31+
32+
[client.services.allnet]
33+
local_addr = "localhost:80"
34+
35+
[client.services.billing]
36+
local_addr = "localhost:8443"
37+
38+
[client.services.aimedb]
39+
local_addr = "localhost:22345"
40+
```

0 commit comments

Comments
 (0)