From 0ac31f469a83e8672a15aa53951930bdeaa0aa32 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sun, 23 Sep 2018 01:32:15 +0200 Subject: [PATCH] Map Hass.io backup and share folders (#408) * Map additional Hass.io folders Added backup and share to config.json * Make ssl rw * Update config.json * Update CHANGELOG.md * Update config.json * Update config.json * Update CHANGELOG.md * Update CHANGELOG.md * Update config.json --- configurator/CHANGELOG.md | 3 +++ configurator/config.json | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index ef19e93..4a685b0 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2 +- Add access to folder: `/share`, `/backup` + ## 1.2 ### Configurator 0.3.2 diff --git a/configurator/config.json b/configurator/config.json index f783012..8c4b5a7 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "Configurator", - "version": "1.2", + "version": "2", "slug": "configurator", "description": "Browser-based configuration file editor for Home Assistant.", "url": "https://home-assistant.io/addons/configurator", @@ -11,7 +11,12 @@ "ports": { "3218/tcp": 3218 }, - "map": ["config:rw", "ssl"], + "map": [ + "backup:rw", + "config:rw", + "share:rw", + "ssl:rw" + ], "options": { "username": "admin", "password": null,