Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: nerasse/my-code-server

Version 1.0.3 - PUID/PGID and arm64

07 Nov 12:37
ed634ca

Choose a tag to compare

Version 1.0.3

New Features

  • PUID/PGID support: Set custom UID/GID via environment variables for volume permissions
  • Environment variables in docker-compose: All values now configurable via .env file
  • arm64 architecture support (untested)

1.0.2 fix for debian 13

24 Aug 20:37

Choose a tag to compare

Removing software-properties-common as it's no more available in debian 13 Trixie

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

04 Apr 15:11
cc425db

Choose a tag to compare

New args, new config...
Update to manage new args from "code-tunnel.exe serve-web".

my-code-server 1.0.0

13 Mar 16:10
854b118

Choose a tag to compare

my-code-server pull from GitHub Packages

I'm excited to announce the first stable release of my-code-server, a customized environment for running VS Code in the browser. This implementation provides a containerized development setup that allows you to code from anywhere while maintaining consistent development environments. The project includes Docker configurations for easy deployment, supports multiple programming languages out of the box, and features persistent storage for your workspace. This release establishes a solid foundation for remote development workflows, making it easier to collaborate and work across different machines without compromising on the full-featured VS Code experience you're accustomed to.

my-code-server GitHub Packages

glhf