added missing arch in config

This commit is contained in:
Paolo Asperti 2019-07-11 10:51:20 +02:00
parent d6484edbbf
commit abc7abd881
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{
"name": "Owntracks Recorder",
"url": "https://git.asperti.com/paspo/hassio-addons",
"version": "0.1.2",
"version": "0.1.3",
"slug": "ot-recorder",
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
"startup": "before",
@ -9,6 +9,12 @@
"ports": {
"8083": 8083
},
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"webui": "http://[HOST]:[PORT:8083]/",
"map": ["share:rw"],
"options": {