Added some ports for free use

This commit is contained in:
Max Winterstein
2020-12-30 02:46:16 +01:00
parent fc7ab80fac
commit 41d3dd3894
2 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
## [0.3.0] - 2020-12-30
- Added some ports for free use (e.g. `simple api`)
## [0.2.0] - 2020-12-30 ## [0.2.0] - 2020-12-30
- Fix permission bug in dockerfile - Fix permission bug in dockerfile

View File

@@ -1,6 +1,6 @@
{ {
"name": "ioBroker", "name": "ioBroker",
"version": "0.2.0", "version": "0.3.0",
"webui": "http://[HOST]:[PORT:8081]/", "webui": "http://[HOST]:[PORT:8081]/",
"slug": "iobroker", "slug": "iobroker",
"description": "Open source automation platform", "description": "Open source automation platform",
@@ -13,7 +13,20 @@
"options": {}, "options": {},
"schema": {}, "schema": {},
"ports": { "ports": {
"8081/tcp": 8081 "8081/tcp": 8081,
"8082/tcp": null,
"8083/tcp": null,
"8084/tcp": null,
"8085/tcp": null,
"8086/tcp": null
},
"ports_description": {
"8081/tcp": "Admin interface",
"8082/tcp": "reserved for addition addons",
"8083/tcp": "reserved for addition addons",
"8084/tcp": "reserved for addition addons",
"8085/tcp": "reserved for addition addons",
"8086/tcp": "reserved for addition addons"
}, },
"stage": "experimental", "stage": "experimental",
"url": "https://github.com/MaxWinterstein/homeassistant-addons/" "url": "https://github.com/MaxWinterstein/homeassistant-addons/"