This commit is contained in:
Richard Sperry 2025-04-17 02:37:29 -07:00
parent 8da9508e7d
commit 094802b275
3 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@ persist SERVER
add workspace persistant file
? add new custom service to run linking, store in data
https://developers.home-assistant.io/docs/add-ons/
cli
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L35

View file

@ -20,7 +20,8 @@ hassio_api: true
hassio_role: manager
homeassistant_api: true
privileged:
- "SYS_ADMIN"
- SYS_ADMIN
full_access: true
map:
- backup:rw
- data:rw
@ -31,6 +32,7 @@ map:
services:
- mysql:want
- mqtt:want
journald: true
options:
log_level: warning
schema:

View file

@ -13,4 +13,4 @@ readonly CODE_SERVER_VSCODE_DIR="$CODE_SERVER_WORKSPACE_DIR/.vscode"
readonly CODE_SERVER_VSCODE_TASKS="$CODE_SERVER_VSCODE_DIR/tasks.json"
readonly CUSTOM_BASH_SCRIPTS_PATH="/data/vscode/custom_boot_scripts"
readonly -a DIRECTORIES=(addons addon_configs backup config media share ssl)
readonly -a DIRECTORIES=(backup config media share ssl)