File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11These 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
919Depends on Setup Caddy
1020
11- ```
21+ ``` sh
1222bash <( 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+ ```
You can’t perform that action at this time.
0 commit comments