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