mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-12 00:19:17 +00:00
28 lines
817 B
YAML
28 lines
817 B
YAML
manifestVersion: 1
|
|
id: code-server
|
|
category: Development
|
|
name: code-server
|
|
version: "3.11.1"
|
|
tagline: Run VS Code on your Umbrel
|
|
description: >-
|
|
Run VS Code on your Umbrel and access it in the browser so you can
|
|
code on any device with a consistent development environment. This way you can
|
|
use your Umbrel not only to code from any device, anywhere, but to also speed
|
|
up tests, compilations, downloads, and more.
|
|
|
|
|
|
By running all intensive tasks run on your Umbrel, preserve battery life of your devices when you're on the go.
|
|
developer: Coder
|
|
website: https://coder.com
|
|
dependencies: []
|
|
repo: https://github.com/cdr/code-server
|
|
support: https://github.com/cdr/code-server/discussions
|
|
port: 8091
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
defaultUsername: ""
|
|
deterministicPassword: true
|
|
torOnly: false |