mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-23 23:05:53 +01:00
* configurator: Adds README to repository * configurator: Small code styling changes * configurator: Bump version to 3.4, updated CHANGELOG
47 lines
922 B
JSON
47 lines
922 B
JSON
{
|
|
"name": "Configurator",
|
|
"version": "3.4",
|
|
"slug": "configurator",
|
|
"description": "Browser-based configuration file editor for Home Assistant",
|
|
"url": "https://home-assistant.io/addons/configurator",
|
|
"arch": [
|
|
"armhf",
|
|
"armv7",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"homeassistant": "0.91.1",
|
|
"startup": "application",
|
|
"webui": "http://[HOST]:[PORT:8080]",
|
|
"ingress": true,
|
|
"panel_icon": "mdi:wrench",
|
|
"auth_api": true,
|
|
"homeassistant_api": true,
|
|
"boot": "auto",
|
|
"map": [
|
|
"backup:rw",
|
|
"config:rw",
|
|
"share:rw",
|
|
"ssl:rw"
|
|
],
|
|
"ports": {
|
|
"8080/tcp": null
|
|
},
|
|
"options": {
|
|
"dirsfirst": false,
|
|
"enforce_basepath": false,
|
|
"ignore_pattern": [
|
|
"__pycache__"
|
|
]
|
|
},
|
|
"schema": {
|
|
"dirsfirst": "bool",
|
|
"enforce_basepath": "bool",
|
|
"ignore_pattern": [
|
|
"str"
|
|
]
|
|
},
|
|
"image": "homeassistant/{arch}-addon-configurator"
|
|
}
|