You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Intro
4
4
5
-
This script sets up a Code Server instance on your VM using Caddy as a reverse proxy with DNS-01 challenge to verify domain ownership and issue LetsEncrypt SSL certificates.
5
+
This script sets up a [Code Server](https://github.com/cdr/code-server) instance on your VM using [Caddy](https://caddyserver.com/) as a reverse proxy with DNS-01 challenge to verify domain ownership and issue LetsEncrypt SSL certificates.
6
6
7
7
## Tested Distros
8
8
@@ -14,19 +14,18 @@ This script sets up a Code Server instance on your VM using Caddy as a reverse p
14
14
- Linux VMs
15
15
- Curl installed
16
16
- Cloudflare "Full" SSL Setup
17
-
- Cloudflare Account with API Token with these permissions:
17
+
- Cloudflare Account with [API Token](https://developers.cloudflare.com/api/tokens/create) with these permissions:
18
18
- Zone / Zone / Read
19
19
- Zone / DNS / Edit
20
20
21
21
## Setup Instructions
22
22
23
23
1. Setup an A record pointing to you VM's public IP in Cloudflare
24
24
2. SSH onto the VM
25
-
3. Switch to root user
26
-
4. Run the script to install
25
+
3. Switch to root user and run the script (either sudo or login as root)
0 commit comments