mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
changed init-cp run
This commit is contained in:
parent
3d60b0e56b
commit
f5fd113ffe
2 changed files with 27 additions and 16 deletions
21
todo.txt
21
todo.txt
|
@ -2,4 +2,23 @@ cli
|
||||||
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L35
|
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L35
|
||||||
|
|
||||||
conf
|
conf
|
||||||
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L65
|
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L65
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
|
@ -19,21 +19,13 @@ hassio_api: true
|
||||||
hassio_role: manager
|
hassio_role: manager
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
map:
|
map:
|
||||||
- type: addons
|
- addons:rw
|
||||||
read_only: false
|
- all_addon_configs:rw
|
||||||
- type: all_addon_configs
|
- backup:rw
|
||||||
read_only: false
|
- homeassistant_config:rw
|
||||||
- type: backup
|
- media:rw
|
||||||
read_only: false
|
- share:rw
|
||||||
- type: homeassistant_config
|
- ssl:rw
|
||||||
read_only: false
|
|
||||||
path: /config
|
|
||||||
- type: media
|
|
||||||
read_only: false
|
|
||||||
- type: share
|
|
||||||
read_only: false
|
|
||||||
- type: ssl
|
|
||||||
read_only: false
|
|
||||||
services:
|
services:
|
||||||
- mysql:want
|
- mysql:want
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue