mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-15 10:19:53 +00:00
33 lines
832 B
YAML
33 lines
832 B
YAML
# SPDX-FileCopyrightText: 2021 Citadel and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
# yaml-language-server: $schema=../../app-standard-v3.yml
|
|
|
|
version: 3
|
|
metadata:
|
|
category: Development
|
|
name: code-server
|
|
version: 4.6.0
|
|
tagline: Run VS Code on your Citadel
|
|
description: This app doesn't have a description yet.
|
|
developers:
|
|
Coder: https://coder.com
|
|
dependencies: []
|
|
repo: https://github.com/cdr/code-server
|
|
support: https://github.com/cdr/code-server/discussions
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
defaultPassword: $APP_SEED
|
|
containers:
|
|
- name: server
|
|
image: codercom/code-server:4.6.0@sha256:b87de935cbd1ec8dcc8b42af53ac37d68236137a02b743563383cb0da31d59d1
|
|
user: 1000:1000
|
|
port: 8080
|
|
environment:
|
|
PASSWORD: $APP_SEED
|
|
data:
|
|
- data:/home/coder
|