Ajouter openvscode-staging/config.yaml
This commit is contained in:
parent
034b4c3fcf
commit
68f2dfeba3
1 changed files with 19 additions and 0 deletions
19
openvscode-staging/config.yaml
Normal file
19
openvscode-staging/config.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: "Open Visual Studio Code (staging)"
|
||||
description: "Fully open source version of Visual Studio Code Server"
|
||||
version: "0.0.1"
|
||||
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.)
|
Loading…
Reference in a new issue