|
|
@ -97,7 +97,7 @@ resource "coder_app" "filebrowser" {
|
|
|
|
agent_id = var.agent_id
|
|
|
|
agent_id = var.agent_id
|
|
|
|
slug = "filebrowser"
|
|
|
|
slug = "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.subdomain
|
|
|
|
subdomain = var.subdomain
|
|
|
|
share = var.share
|
|
|
|
share = var.share
|
|
|
|