diff --git a/openvscode-staging/config.yaml b/openvscode-staging/config.yaml new file mode 100644 index 0000000..9f8e01c --- /dev/null +++ b/openvscode-staging/config.yaml @@ -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.) \ No newline at end of file