addon-grocy/grocy/config.json
2019-02-28 23:27:17 +01:00

38 lines
810 B
JSON
Executable file

{
"name": "Grocy",
"version": "dev",
"slug": "grocy",
"description": "ERP beyond your fridge! A groceries & household management solution for your home",
"url": "https://github.com/hassio-addons/addon-grocy",
"webui": "[PROTO:ssl]://[HOST]:[PORT:9192]",
"startup": "system",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"hassio_role": "default",
"map": [
"ssl"
],
"ports": {
"80/tcp": 9192
},
"options": {
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)?",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
}
}