forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
41 lines (41 loc) · 807 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
arch:
- aarch64
- amd64
codenotary: codenotary@frenck.dev
description: Fully featured Visual Studio Code (VSCode) experience integrated in the
Home Assistant frontend.
hassio_api: true
hassio_role: manager
homeassistant_api: true
image: ghcr.io/hassio-addons/vscode/{arch}
ingress: true
ingress_port: 1337
ingress_stream: true
init: false
map:
- config:rw
- ssl:rw
- addons:rw
- media:rw
- share:rw
- backup:rw
name: Studio Code Server
options:
init_commands: []
packages: []
panel_icon: mdi:microsoft-visual-studio-code
schema:
config_path: str?
init_commands:
- str
log_level: list(trace|debug|info|notice|warning|error|fatal)?
packages:
- str
services:
- mysql:want
- mqtt:want
slug: vscode
startup: services
uart: true
url: https://github.com/hassio-addons/addon-vscode
version: 4.2.0