Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit a3fde11

Browse files
committed
Update README.md
1 parent cdc16b1 commit a3fde11

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Intro
44

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.
66

77
## Tested Distros
88

@@ -14,19 +14,18 @@ This script sets up a Code Server instance on your VM using Caddy as a reverse p
1414
- Linux VMs
1515
- Curl installed
1616
- 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:
1818
- Zone / Zone / Read
1919
- Zone / DNS / Edit
2020

2121
## Setup Instructions
2222

2323
1. Setup an A record pointing to you VM's public IP in Cloudflare
2424
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)
2726

2827
```bash
2928
bash <(curl -fsSL https://raw.githubusercontent.com/alec-hs/coder-hetzner-setup/main/setup.sh)
3029
```
3130

32-
5. Access your Coder instance at your domain
31+
4. Access your Coder instance at your domain

0 commit comments

Comments
 (0)