mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
🔧 Update add-on paths, map directly to /config
This commit is contained in:
parent
e3e285969c
commit
4d4ba7ec03
1 changed files with 15 additions and 7 deletions
|
@ -19,13 +19,21 @@ hassio_api: true
|
||||||
hassio_role: manager
|
hassio_role: manager
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
map:
|
map:
|
||||||
- addons:rw
|
- type: addons
|
||||||
- all_addon_configs:rw
|
read_only: false
|
||||||
- backup:rw
|
- type: all_addon_configs
|
||||||
- homeassistant_config:rw
|
read_only: false
|
||||||
- media:rw
|
- type: backup
|
||||||
- share:rw
|
read_only: false
|
||||||
- ssl:rw
|
- type: homeassistant_config
|
||||||
|
read_only: false
|
||||||
|
path: /config
|
||||||
|
- type: media
|
||||||
|
read_only: false
|
||||||
|
- type: share
|
||||||
|
read_only: false
|
||||||
|
- type: ssl
|
||||||
|
read_only: false
|
||||||
services:
|
services:
|
||||||
- mysql:want
|
- mysql:want
|
||||||
- mqtt:want
|
- mqtt:want
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue