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
No description
6 Replies
matifali
matifali2mo ago
Do you CODER_WILDCARD_ACCESS_URL Set
lambda
lambdaOP2mo ago
To 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
matifali
matifali2mo ago
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 this
matifali
matifali2mo ago
Here are some docs one what it is and how it can be setup. https://coder.com/docs/admin/setup#wildcard-access-url
Coder
Setup | Coder Docs
Configure user access to your control plane.
lambda
lambdaOP2mo ago
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?
matifali
matifali2mo ago
You could search for a tool like rclone The same way you do it on a local Linux machine

Did you find this page helpful?