smolgrrr
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
code-server/docker-compose.yml
-
code-server/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
server: |
|
|
|
image: codercom/code-server:4.18.0@sha256:29267847d68332a28d249bd5235715402b144a3903b921da0a1962173aef10b1 |
|
|
|
image: codercom/code-server:4.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3 |
|
|
|
restart: on-failure |
|
|
|
user: "1000:1000" |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: code-server |
|
|
|
category: developer |
|
|
|
name: code-server |
|
|
|
version: "4.18.0" |
|
|
|
version: "4.19.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,7 @@ 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.4.0 to 4.18.0. Full release notes are available at https://github.com/coder/code-server/releases. |
|
|
|
This release updates code-server from version 4.18.0 to 4.19.1. Full release notes are available at https://github.com/coder/code-server/releases. |
|
|
|
developer: Coder |
|
|
|
website: https://coder.com |
|
|
|
dependencies: [] |
|
|
|