mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-07 15:24:22 +01:00
30 lines
867 B
JSON
30 lines
867 B
JSON
{
|
|
"name": "File editor",
|
|
"version": "5.0.0",
|
|
"slug": "configurator",
|
|
"description": "Simple browser-based file editor for Home Assistant",
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator",
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
|
"homeassistant": "0.91.1",
|
|
"startup": "application",
|
|
"init": false,
|
|
"ingress": true,
|
|
"panel_icon": "mdi:wrench",
|
|
"homeassistant_api": true,
|
|
"boot": "auto",
|
|
"map": ["backup:rw", "config:rw", "share:rw", "ssl:rw"],
|
|
"options": {
|
|
"dirsfirst": false,
|
|
"enforce_basepath": true,
|
|
"ignore_pattern": ["__pycache__", ".cloud", ".storage", "deps"],
|
|
"ssh_keys": []
|
|
},
|
|
"schema": {
|
|
"dirsfirst": "bool",
|
|
"enforce_basepath": "bool",
|
|
"ignore_pattern": ["str"],
|
|
"ssh_keys": ["str"]
|
|
},
|
|
"image": "homeassistant/{arch}-addon-configurator"
|
|
}
|