changed init-cp run

This commit is contained in:
Richard Sperry 2025-04-15 16:25:30 -07:00
parent 3d60b0e56b
commit f5fd113ffe
2 changed files with 27 additions and 16 deletions

View file

@ -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

View file

@ -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