Nathan Fretz
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
4 deletions
-
code-server/docker-compose.yml
-
code-server/umbrel-app.yml
|
|
@ -7,10 +7,10 @@ services: |
|
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
server: |
|
|
|
image: codercom/code-server:4.22.0@sha256:0976d5802c2cc2bebaddc8325209b551abf90454822171e4d92bef647bad7b48 |
|
|
|
image: codercom/code-server:4.91.1@sha256:8403442d3472e411f72b6a5267b5ee0e62db27e258d81efebef40c3b41219970 |
|
|
|
restart: on-failure |
|
|
|
user: "1000:1000" |
|
|
|
volumes: |
|
|
|
- ${APP_DATA_DIR}/data:/home/coder |
|
|
|
environment: |
|
|
|
PASSWORD: $APP_PASSWORD |
|
|
|
PASSWORD: $APP_PASSWORD |
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: code-server |
|
|
|
category: developer |
|
|
|
name: code-server |
|
|
|
version: "4.22.0" |
|
|
|
version: "4.91.1" |
|
|
|
tagline: Run VS Code on your Umbrel |
|
|
|
description: >- |
|
|
|
Run VS Code on your Umbrel and access it in the browser so you can |
|
|
@ -13,7 +13,10 @@ description: >- |
|
|
|
|
|
|
|
By running all intensive tasks run on your Umbrel, preserve battery life of your devices when you're on the go. |
|
|
|
releaseNotes: >- |
|
|
|
This release updates code-server from version 4.21.1 to 4.22.0. Full release notes are available at https://github.com/coder/code-server/releases. |
|
|
|
This release updates the underlying VS Code editor to 1.91.1. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/coder/code-server/releases. |
|
|
|
developer: Coder |
|
|
|
website: https://coder.com |
|
|
|
dependencies: [] |
|
|
|