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
This commit is contained in:
Jorim Tielemans
2018-09-23 01:32:15 +02:00
committed by Pascal Vizeli
parent c47b3673de
commit 0ac31f469a
2 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 2
- Add access to folder: `/share`, `/backup`
## 1.2
### Configurator 0.3.2

View File

@@ -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,