mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
31 lines
719 B
Text
31 lines
719 B
Text
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
|
|
|
|
conf
|
|
https://github.com/coder/code-server/blob/e3c09efcbcdfd632cbeac6044692d7ea9f493386/src/node/cli.ts#L65
|
|
|
|
|
|
- type: homeassistant
|
|
read_only: false
|
|
- type: addons
|
|
read_only: false
|
|
- type: addon_config
|
|
read_only: false
|
|
- type: data
|
|
read_only: false
|
|
- type: backup
|
|
read_only: false
|
|
- type: config
|
|
read_only: false
|
|
- type: media
|
|
read_only: false
|
|
- type: share
|
|
read_only: false
|
|
- type: ssl
|
|
read_only: false
|