diff --git a/filebrowser/main.tf b/filebrowser/main.tf index 00401c3..e624004 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -52,6 +52,6 @@ resource "coder_app" "filebrowser" { display_name = "File Browser" url = "http://localhost:${var.port}" icon = "https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg" - subdomain = false + subdomain = true share = "owner" }