hi all
i have one question , in coderv2 opensource version can i one workspace share with other users?
on my server tried edit template share = own change to authenticated like this
resource "coder_app" "code-server" {
agent_id = coder_agent.main.id
slug = "code-server"
display_name = "code-server"
url = "http://localhost:13337/?folder=/home/${local.username}"
icon = "/icon/code.svg"
subdomain = false
share = "authenticated"
healthcheck {
url = "http://localhost:13337/healthz"
interval = 5
threshold = 6
}
}
but now user a workspace , in user b login i can use Terminal / VS Code Desktop , but i use code-server i got 404 error say not have access permission
can i fix this? or need buy enterprise edition?