addon-vscode/vscode/config.yaml
2024-09-27 23:52:34 +02:00

49 lines
1,013 B
YAML

---
name: Studio Code Server
version: dev
slug: vscode
description: Fully featured Visual Studio Code (VSCode) experience integrated in the Home Assistant frontend.
url: https://github.com/hassio-addons/addon-vscode
codenotary: codenotary@frenck.dev
ingress: true
ingress_port: 1337
ingress_stream: true
panel_icon: mdi:microsoft-visual-studio-code
startup: services
init: false
arch:
- aarch64
- amd64
uart: true
hassio_api: true
hassio_role: manager
homeassistant_api: true
map:
- type: addons
read_only: false
- type: all_addon_configs
read_only: false
- type: backup
read_only: false
- type: homeassistant_config
read_only: false
path: /config
- type: media
read_only: false
- type: share
read_only: false
- type: ssl
read_only: false
services:
- mysql:want
- mqtt:want
options:
packages: []
init_commands: []
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
config_path: str?
packages:
- str
init_commands:
- str