diff --git a/README.md b/README.md index 4983599..331a586 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ You can use this template when you create a new lab and deploy it to **coder**. **1. Servers vs Clients** ``` -Alice ->> Bob: I'd like to create a new lab for ION. +Alice ->> Bob: I'd like to create a new lab for DevOps. Bob ->> Alice: Do you want servers or clients? -Alice ->> Bob: I'm not sure. It is a DevOps lab. Learners will run python, terraform, and httpie. +Alice ->> Bob: I'm not sure. Learners will run python, terraform, and httpie. Bob ->> Alice: I suggest clients. Each learner can run codes or tools in his/her own isolated environment. ``` > Bob can create diverse types of servers (**Linux only!**) such as, web servers, application servers, and database servers. diff --git a/samples/main.tf b/samples/main.tf index fdc060e..0814d0a 100644 --- a/samples/main.tf +++ b/samples/main.tf @@ -177,8 +177,8 @@ resource "coder_app" "code-server" { display_name = "code-server" icon = "/icon/code.svg" url = "http://localhost:13337?folder=/home/coder" - subdomain = false - share = "owner" + subdomain = true + share = "authenticated" healthcheck { url = "http://localhost:13337/healthz"