JFK
CCoder.com
•Created by JFK on 5/11/2024 in #help
Coder on Windows
I manage a coder instance for my work group, and love it so much I decided to install it on my Windows desktop to help organize different development environments. However I've ran up against some problems that perhaps someone else has seen before and can suggest some fixes.
I followed the directions in the docs, using
winget
and after updating the path manually (the installer complains about a path length) I could bring up a console and coder server
was up and running in no time.
I logged into the instance and set my user account up, and selected one of the starter templates (Docker containers) as my default, and tried to create a workspace, but get the following error:
I also started to see a few errors in the console such as:
I don't think these are related, but it seemed odd to see so many errors after a fresh install.
Any thoughts?18 replies
CCoder.com
•Created by JFK on 5/6/2024 in #help
What is the CLI command to edit a file using code-server?
Normally I would use
code <filename>
in VSCode, is there an equivalent with code-server?13 replies
CCoder.com
•Created by JFK on 4/9/2024 in #help
Local User w/Enterprise Container
When using a starter Docker template, the buildfile shown here, creates a local user that is the person who is logging into the workspace.
However when using the enterprise container creates a "coder" user, so that a user named "Fred" is now logged in as coder. I've tried updating the build file as such, but the build breaks with issues on the useradd command. Not really sure why.
However when using the enterprise container creates a "coder" user, so that a user named "Fred" is now logged in as coder. I've tried updating the build file as such, but the build breaks with issues on the useradd command. Not really sure why.
9 replies
CCoder.com
•Created by JFK on 4/8/2024 in #help
Set a Default URI w/Dotfiles Module
Is it possible to set a default URI for the repository when using this module?
7 replies