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,