From df99df6fe01795c1c647d97c5b16ad7e6aa5c08d Mon Sep 17 00:00:00 2001 From: Seppdo <85109829+Seppdo@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:46:11 +0200 Subject: [PATCH] Revert: Fix filebrowser redirect to subpath on start --- filebrowser/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filebrowser/main.tf b/filebrowser/main.tf index 3c33e25..8aafd7a 100644 --- a/filebrowser/main.tf +++ b/filebrowser/main.tf @@ -97,7 +97,7 @@ resource "coder_app" "filebrowser" { agent_id = var.agent_id slug = "filebrowser" display_name = "File Browser" - url = "http://localhost:${var.port}/" + url = "http://localhost:${var.port}" icon = "https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg" subdomain = var.subdomain share = var.share