Nathan Fretz
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
2 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.4.0@sha256:f0b4cdac7b7742ec83167666b5bc8abb90c4f2660247d482f55fee916d079cb6 |
|
|
|
image: codercom/code-server:4.18.0@sha256:29267847d68332a28d249bd5235715402b144a3903b921da0a1962173aef10b1 |
|
|
|
restart: on-failure |
|
|
|
user: "1000:1000" |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: code-server |
|
|
|
category: developer |
|
|
|
name: code-server |
|
|
|
version: "4.4.0" |
|
|
|
version: "4.18.0" |
|
|
|
tagline: Run VS Code on your Umbrel |
|
|
|
description: >- |
|
|
|
Run VS Code on your Umbrel and access it in the browser so you can |
|
|
@ -12,6 +12,8 @@ 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. |
|
|
|
developer: Coder |
|
|
|
website: https://coder.com |
|
|
|
dependencies: [] |
|
|
|