mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
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:
committed by
Pascal Vizeli
parent
c47b3673de
commit
0ac31f469a
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2
|
||||||
|
- Add access to folder: `/share`, `/backup`
|
||||||
|
|
||||||
## 1.2
|
## 1.2
|
||||||
|
|
||||||
### Configurator 0.3.2
|
### Configurator 0.3.2
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Configurator",
|
"name": "Configurator",
|
||||||
"version": "1.2",
|
"version": "2",
|
||||||
"slug": "configurator",
|
"slug": "configurator",
|
||||||
"description": "Browser-based configuration file editor for Home Assistant.",
|
"description": "Browser-based configuration file editor for Home Assistant.",
|
||||||
"url": "https://home-assistant.io/addons/configurator",
|
"url": "https://home-assistant.io/addons/configurator",
|
||||||
@@ -11,7 +11,12 @@
|
|||||||
"ports": {
|
"ports": {
|
||||||
"3218/tcp": 3218
|
"3218/tcp": 3218
|
||||||
},
|
},
|
||||||
"map": ["config:rw", "ssl"],
|
"map": [
|
||||||
|
"backup:rw",
|
||||||
|
"config:rw",
|
||||||
|
"share:rw",
|
||||||
|
"ssl:rw"
|
||||||
|
],
|
||||||
"options": {
|
"options": {
|
||||||
"username": "admin",
|
"username": "admin",
|
||||||
"password": null,
|
"password": null,
|
||||||
|
|||||||
Reference in New Issue
Block a user