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
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
-`terraform init && terraform apply`
8
8
- Create DNS records
9
9
- Open Coder, login with the initial admin user
10
-
- (Install Templates from `coder-templates`)
10
+
- (Install Templates from [coder-templates](https://github.com/tmsmr/coder-templates))
11
11
12
12
## A little bit more details
13
13
@@ -27,7 +27,7 @@ Terraform creates keys for the client and the host. The host key is installed la
27
27
28
28
*Firewall*
29
29
30
-
A Hetzner Cloud Firewall is applied. Outgoing traffic is allowed generally. Incoming traffic is restricted to ICMP and HTTP 80, 443.
30
+
A Hetzner Cloud Firewall is applied. Outbound traffic is allowed generally. Inbound traffic is restricted to ICMP and HTTP 80, 443.
31
31
32
32
*Coder installation (Cloud-init)*
33
33
@@ -39,8 +39,3 @@ Coder is managed via Docker Compose (Adapted from https://github.com/coder/coder
39
39
*Maintenance*
40
40
41
41
While the Debian updates are mostly managed via `unattended-upgrades`, **you have to take care of the updates for the Docker Compose stack (`/root/coder/docker-compose.yaml`) manually!**
0 commit comments