docker-code-server
docker-code-server copied to clipboard
### 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...
### 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...
[linuxserverurl]: https://linuxserver.io [][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...
### 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...
`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 [][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...