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
f63db3c2f0
commit
8b733268ba
1 changed files with 13 additions and 3 deletions
|
@ -21,15 +21,25 @@ homeassistant_api: true
|
|||
map:
|
||||
- type: addons
|
||||
read_only: false
|
||||
path: /SERVER/addons
|
||||
- type: all_addon_configs
|
||||
read_only: false
|
||||
path: /config
|
||||
path: /SERVER/all_addon_configs
|
||||
- type: backup
|
||||
read_only: false
|
||||
path: /backup
|
||||
path: /SERVER/backup
|
||||
- type: homeassistant_config
|
||||
read_only: false
|
||||
path: /config
|
||||
path: /SERVER/config
|
||||
- type: media
|
||||
read_only: false
|
||||
path: /SERVER/media
|
||||
- type: share
|
||||
read_only: false
|
||||
path: /SERVER/share
|
||||
- type: ssl
|
||||
read_only: false
|
||||
path: /SERVER/ssl
|
||||
|
||||
services:
|
||||
- mysql:want
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue