docker-code-server icon indicating copy to clipboard operation
docker-code-server copied to clipboard

Results 10 docker-code-server issues
Sort by recently updated
recently updated
newest added

closes #178

no-pr-activity

### Is this a new feature request? - [X] I have searched the existing issues ### Wanted change Bind to both IPv6 and IPv4 address by default, which a option...

enhancement

### Is this a new feature request? - [X] I have searched the existing issues ### Wanted change Expose bind-addr, auth, password and cert as environment variable ### Reason for...

enhancement

[linuxserverurl]: https://linuxserver.io [![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl] ------------------------------ - [X] I have read the [contributing](https://github.com/linuxserver/docker-code-server/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications ------------------------------ ## Description: Adds the git-lfs apt package to...

no-pr-activity

### Is this a new feature request? - [X] I have searched the existing issues ### Wanted change update the base image to noble ### Reason for change using lates...

enhancement
no-issue-activity

`init-code-server` currently uses `find -exec` which accumulates all files before `chown`ing them. This is slow for users with a lot of files. Using `xargs` makes it much faster. [linuxserverurl]: https://linuxserver.io...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When trying to initialize a folder as a repository, I get...

[linuxserverurl]: https://linuxserver.io [![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl] ------------------------------ - [x] I have read the [contributing](https://github.com/linuxserver/docker-code-server/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications ------------------------------ ## Description: This PR changes how `code-server` manages...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior I've tried running both my personal py srcipt with bcrypt, which...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The sudo command cannot execute properly, showing the following error: ```text...

no-issue-activity