mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-19 02:58:11 +01:00
22 lines
496 B
JSON
22 lines
496 B
JSON
{
|
|
"arch": ["aarch64", "amd64"],
|
|
"description": "elasticsearch server",
|
|
"name": "Elasticsearch server DO NOT USE",
|
|
"options": {},
|
|
"host_network": true,
|
|
"ports": {
|
|
"9200/tcp": 9200,
|
|
"9300/tcp": 9300
|
|
},
|
|
"ports_description": {
|
|
"9200/tcp": "API calls over HTTP",
|
|
"9300/tcp": "custom binary protoco"
|
|
},
|
|
"schema": {},
|
|
"full_access": true,
|
|
"slug": "elasticsearch",
|
|
"upstream": "",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "6.8.20"
|
|
}
|