Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxserver/docker-code-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sunerpy/docker-code-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 17 files changed
  • 2 contributors

Commits on Aug 6, 2025

  1. ci: 添加 Docker 镜像构建和发布工作流

    - 新增 GitHub Actions 工作流文件,用于自动构建和发布 Docker 镜像
    - 添加全局 Dockerfile,定义基于 Ubuntu Noble 的开发环境
    - 新增 Makefile,包含本地和远程 Docker 镜像构建命令
    sunerpy committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    81a2105 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. build(Dockerfile-global): 添加 tarui 工具依赖

    - 在系统依赖中添加了 libwebkit2gtk-4.1-dev、libgtk-3-dev、
      libayatana-appindicator3-dev 和 librsvg2-dev 等包
    - 这些依赖包用于支持 tarui 工具的运行
    LinuxServer-CI authored and sunerpy committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    af0e327 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    27aa431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa86b4d View commit details
    Browse the repository at this point in the history
  3. build: 添加 NSIS 和 LLD 依赖

    - 在 Dockerfile-global 中添加 nsis 和 lld 包的安装以支持tauri构建
    sunerpy committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    d0e8669 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. Configuration menu
    Copy the full SHA
    9b2e84a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Configuration menu
    Copy the full SHA
    f760e6f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2025

  1. Configuration menu
    Copy the full SHA
    b979a8b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    421eda9 View commit details
    Browse the repository at this point in the history
  2. feat(docker): 添加对中文语言支持和桌面环境的完整配置

    - 在 .gitignore 中添加 tmp 目录忽略规则
    - Dockerfile-global 中增加构建阶段,用于编译 pulseaudio-module-xrdp 模块
    - 安装中文字体包与本地化支持(zh_CN.UTF-8)
    - 配置系统 locale 并设置默认语言为中文
    - 添加 XFCE 桌面环境及相关组件(含 RDP 和 VNC 支持)
    - 安装并配置 Microsoft Edge 浏览器,适配容器运行环境
    - 添加 run_novnc 脚本以支持 noVNC 远程访问
    - 添加 start.sh 启动脚本用于初始化 XRDP 和 SSH 服务
    sunerpy committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    454dbc9 View commit details
    Browse the repository at this point in the history
  3. fix(scripts): 确保 SSH 服务的运行目录存在

    在启动 SSH 服务之前创建 /var/run/sshd 和 /run/sshd 目录,
    以确保 SSH 服务能够正常启动。
    sunerpy committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    924fb08 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Configuration menu
    Copy the full SHA
    3f5efe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2025

  1. Configuration menu
    Copy the full SHA
    5b1efb9 View commit details
    Browse the repository at this point in the history
  2. feat: update 4.107.0

    sunerpy committed Dec 21, 2025
    Configuration menu
    Copy the full SHA
    b60d704 View commit details
    Browse the repository at this point in the history
Loading