added missing arch in config
This commit is contained in:
parent
d6484edbbf
commit
abc7abd881
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Owntracks Recorder",
|
"name": "Owntracks Recorder",
|
||||||
"url": "https://git.asperti.com/paspo/hassio-addons",
|
"url": "https://git.asperti.com/paspo/hassio-addons",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3",
|
||||||
"slug": "ot-recorder",
|
"slug": "ot-recorder",
|
||||||
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
|
"description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations",
|
||||||
"startup": "before",
|
"startup": "before",
|
||||||
@ -9,6 +9,12 @@
|
|||||||
"ports": {
|
"ports": {
|
||||||
"8083": 8083
|
"8083": 8083
|
||||||
},
|
},
|
||||||
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armhf",
|
||||||
|
"i386"
|
||||||
|
],
|
||||||
"webui": "http://[HOST]:[PORT:8083]/",
|
"webui": "http://[HOST]:[PORT:8083]/",
|
||||||
"map": ["share:rw"],
|
"map": ["share:rw"],
|
||||||
"options": {
|
"options": {
|
||||||
|
Loading…
Reference in New Issue
Block a user