alnoda-workspaces/workspaces/codeserver-workspace/workspace/workspace.yaml
2022-09-17 08:23:45 +00:00

30 lines
763 B
YAML

---
# mandatory
name: Code-server workspace
doc_url: https://docs.alnoda.org/workspaces/codeserver-workspace/
author: bluxmit
version: 4.0
description: |
# Code-server workspace
Browser-based portable and containerized general-purpose development environment.
Includes code editor, terminal, file browser and git manager.
tags: web-ide, codeserver
# UI icons
logo: codeserver-circle-white.svg
favicon: codeserver-circle.svg
styles:
colors:
light:
code_text: "#EAB676"
code_background: "#252525"
dark:
code_text: "#EAB676"
code_background: "#3C3C3C"
# add applications and services to the start command
start:
- name: Code-server
cmd: code-server --bind-addr 0.0.0.0:8021 --auth "none" --disable-telemetry /home