mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +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
|
||||
|
||||
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
|
||||
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
|
||||
- addons:rw
|
||||
- all_addon_configs:rw
|
||||
- backup:rw
|
||||
- homeassistant_config:rw
|
||||
- media:rw
|
||||
- share:rw
|
||||
- ssl:rw
|
||||
services:
|
||||
- mysql:want
|
||||
- mqtt:want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue