mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
devenv
This commit is contained in:
parent
8da9508e7d
commit
094802b275
3 changed files with 5 additions and 2 deletions
1
todo.txt
1
todo.txt
|
@ -2,6 +2,7 @@ persist SERVER
|
||||||
add workspace persistant file
|
add workspace persistant file
|
||||||
? add new custom service to run linking, store in data
|
? add new custom service to run linking, store in data
|
||||||
|
|
||||||
|
https://developers.home-assistant.io/docs/add-ons/
|
||||||
|
|
||||||
cli
|
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
|
||||||
|
|
|
@ -20,7 +20,8 @@ hassio_api: true
|
||||||
hassio_role: manager
|
hassio_role: manager
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
privileged:
|
privileged:
|
||||||
- "SYS_ADMIN"
|
- SYS_ADMIN
|
||||||
|
full_access: true
|
||||||
map:
|
map:
|
||||||
- backup:rw
|
- backup:rw
|
||||||
- data:rw
|
- data:rw
|
||||||
|
@ -31,6 +32,7 @@ map:
|
||||||
services:
|
services:
|
||||||
- mysql:want
|
- mysql:want
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
|
journald: true
|
||||||
options:
|
options:
|
||||||
log_level: warning
|
log_level: warning
|
||||||
schema:
|
schema:
|
||||||
|
|
|
@ -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 CODE_SERVER_VSCODE_TASKS="$CODE_SERVER_VSCODE_DIR/tasks.json"
|
||||||
|
|
||||||
readonly CUSTOM_BASH_SCRIPTS_PATH="/data/vscode/custom_boot_scripts"
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue