hassio-addons/ot-recorder/config.json

39 lines
820 B
JSON
Raw Normal View History

2018-11-21 21:35:56 +00:00
{
2018-11-21 21:38:22 +00:00
"name": "Owntracks Recorder",
2018-11-21 21:35:56 +00:00
"url": "https://git.asperti.com/paspo/hassio-addons",
2021-09-12 18:33:28 +00:00
"image": "docker.asperti.com/paspo/hassio-ot-recorder",
"version": "0.2.2",
2018-11-21 21:35:56 +00:00
"slug": "ot-recorder",
2018-11-21 21:38:22 +00:00
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
2021-09-13 09:03:42 +00:00
"startup": "services",
2018-11-21 21:35:56 +00:00
"boot": "auto",
"ports": {
"8083": 8083
},
2019-07-11 08:51:20 +00:00
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
2018-11-21 21:35:56 +00:00
"webui": "http://[HOST]:[PORT:8083]/",
"map": ["share:rw"],
"options": {
"topics": "owntracks/#",
"host": "IPADDRESS_OR_HOSTNAME",
"port": 1883,
"user": "DVES_USER",
"pass": "DVES_PASS",
"qos": 2
},
"schema": {
"topics": "str",
"host": "str",
"port": "port",
"user": "str",
"pass": "str",
2020-10-02 14:41:01 +00:00
"qos": "int"
2018-11-21 21:35:56 +00:00
}
}