From f5fd113ffea1ca0af47535eb07cc9c2788d6070e Mon Sep 17 00:00:00 2001 From: Richard Sperry Date: Tue, 15 Apr 2025 16:25:30 -0700 Subject: [PATCH] changed init-cp run --- todo.txt | 21 ++++++++++++++++++++- vscode/config.yaml | 22 +++++++--------------- 2 files changed, 27 insertions(+), 16 deletions(-) diff --git a/todo.txt b/todo.txt index bdacdd2..4d2ddd8 100644 --- a/todo.txt +++ b/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 \ No newline at end of file +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 diff --git a/vscode/config.yaml b/vscode/config.yaml index 6ed7e9c..9595ebe 100644 --- a/vscode/config.yaml +++ b/vscode/config.yaml @@ -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