mirror of
https://github.com/coder/coder.git
synced 2025-07-23 21:32:07 +00:00
feat: app sharing (now open source!) (#4378)
This commit is contained in:
@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
coder = {
|
||||
source = "coder/coder"
|
||||
version = "0.5.0"
|
||||
version = "0.5.3"
|
||||
}
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
@ -65,6 +65,7 @@ resource "coder_app" "code-server" {
|
||||
icon = "/icon/code.svg"
|
||||
url = "http://localhost:13337?folder=/home/coder"
|
||||
subdomain = false
|
||||
share = "owner"
|
||||
|
||||
healthcheck {
|
||||
url = "http://localhost:13337/healthz"
|
||||
|
Reference in New Issue
Block a user