2024-03-30 22:11:54 +01:00
|
|
|
name: "Open Visual Studio Code (staging)"
|
|
|
|
description: "Fully open source version of Visual Studio Code Server"
|
2024-03-31 01:06:11 +01:00
|
|
|
version: "0.0.3"
|
2024-03-30 22:11:54 +01:00
|
|
|
slug: "openvscode-staging"
|
|
|
|
startup: services
|
|
|
|
ingress: true
|
|
|
|
ingress_port: 3000
|
|
|
|
ingress_stream: true
|
|
|
|
panel_icon: mdi-code-array
|
|
|
|
panel_admin: false
|
|
|
|
init: false
|
|
|
|
arch:
|
|
|
|
- aarch64
|
|
|
|
- amd64
|
|
|
|
startup: before
|
|
|
|
ports:
|
|
|
|
3000/tcp: 3000
|
|
|
|
ports_description:
|
|
|
|
3000/tcp: Web interface (Set to `null` for Ingress-only operation.)
|