From 991dca16382f829884104abaa7ed85daf351f7d4 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 27 Sep 2023 17:14:02 +0300 Subject: [PATCH] enable subdomain --- filebrowser/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }