mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 12:41:32 +00:00
30 lines
668 B
Text
30 lines
668 B
Text
persist SERVER
|
|
add workspace persistant file
|
|
? add new custom service to run linking, store in data
|
|
|
|
|
|
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
|