Revert: Fix filebrowser redirect to subpath on start

pull/286/head
Seppdo 10 months ago committed by GitHub
parent a78e65abe1
commit df99df6fe0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save