mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-17 06:13:10 +01:00
Added some ports for free use
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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/"
|
||||||
|
|||||||
Reference in New Issue
Block a user