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