inital add

This commit is contained in:
Max Winterstein
2020-12-30 02:01:16 +01:00
parent 894b5082c7
commit 84215747d8
8 changed files with 1081 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "ioBroker",
"version": "0.1.0",
"webui": "http://[HOST]:[PORT:8081]/",
"slug": "iobroker",
"description": "Open source automation platform",
"ingress": false,
"ingress_port": 8081,
"panel_icon": "mdi:iobroker",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application",
"boot": "auto",
"options": {},
"schema": {},
"ports": {
"8081/tcp": 8081
},
"stage": "experimental"
}