mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-20 11:38:10 +01:00
20 lines
435 B
JSON
20 lines
435 B
JSON
{
|
|
"arch": ["aarch64", "amd64"],
|
|
"description": "elasticsearch server",
|
|
"name": "Elasticsearch server DO NOT USE",
|
|
"options": {},
|
|
"ports": {
|
|
"9200/tcp": 9200,
|
|
"9300/tcp": 9300
|
|
},
|
|
"ports_description": {
|
|
"9200/tcp": "web interface",
|
|
"9300/tcp": "web interface"
|
|
},
|
|
"schema": {},
|
|
"slug": "elasticsearch",
|
|
"upstream": "",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "6.8.20"
|
|
}
|