mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-03 18:51:32 +00:00
50 lines
1,016 B
YAML
50 lines
1,016 B
YAML
name: Studio Code Server
|
|
version: d4aa875
|
|
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
|
|
image: ghcr.io/hassio-addons/vscode/{arch}
|