filebrowser not loading, and how to mount your google drive to a local file
I'm deploying a Docker starter template as a workspace on my Coder setup (GCP) and added a file browser feature. However, I’m encountering several issues when running the workspace, and I’m unsure if the problem lies within the terraform file or the dockerfile. Additionally, I’m trying to mount my Google Drive to a local folder while preventing users from downloading files to their local machines. Any guidance would be greatly appreciated

6 Replies
Do you
CODER_WILDCARD_ACCESS_URL
SetTo be very honest, i dont really know how terraform works (I've been vibe coding with this so far), I'd appreciate if you could elaborate a bit more
We are adding some UX improvements to make it self explaining
For now can you edit the template to add
subdomain = false
to the filebrowser module?
By default all coder_app
resources are served on a subdomain which requires setting up a wildcard access URL for the coder deployment
Some modules support disabling that behavior (unsafe) to work around thisHere are some docs one what it is and how it can be setup.
https://coder.com/docs/admin/setup#wildcard-access-url
Thank you so much, I'll apply these changes and get back to you
Thank you so much, that seemed to solve the issue, do you happen to know anything about how google drive can be remotely mounted to a local file on the container?
You could search for a tool like
rclone
The same way you do it on a local Linux machine