Files
addons/configurator/config.json
2020-02-25 00:35:24 +01:00

29 lines
848 B
JSON

{
"name": "File editor",
"version": "4.7",
"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",
"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"
}