Skip to content

Commit

Permalink
Map Hass.io backup and share folders (home-assistant#408)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
tjorim authored and pvizeli committed Sep 22, 2018
1 parent c47b367 commit 0ac31f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions configurator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2
- Add access to folder: `/share`, `/backup`

## 1.2

### Configurator 0.3.2
Expand Down
9 changes: 7 additions & 2 deletions configurator/config.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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,
Expand Down

0 comments on commit 0ac31f4

Please sign in to comment.