Update filebrowser/main.tf

Co-authored-by: Muhammad Atif Ali <me@matifali.dev>
pull/286/head
Seppdo 11 months ago committed by GitHub
parent deadbb6296
commit 2c304426e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -100,7 +100,7 @@ resource "coder_app" "filebrowser" {
display_name = "File Browser" 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" icon = "https://raw.githubusercontent.com/filebrowser/logo/master/icon_raw.svg"
subdomain = var.owner_name == "" && var.workspace_name == "" subdomain = var.subdomain
share = var.share share = var.share
order = var.order order = var.order
} }

Loading…
Cancel
Save