35 lines
723 B
JSON
35 lines
723 B
JSON
{
|
|
"name": "ympd",
|
|
"version": "1.3.0",
|
|
"slug": "ympd",
|
|
"panel_icon": "mdi:play-circle-outline",
|
|
"description": "A simple webfrontend for any mpd compatible music player.",
|
|
"url": "https://github.com/Poeschl/Hassio-Addons/tree/master/ympd",
|
|
"ingress": true,
|
|
"ingress_port": 6680,
|
|
"arch": [
|
|
"armv7",
|
|
"armhf",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"image": "ghcr.io/poeschl/ha-ympd-{arch}",
|
|
"ports": {
|
|
"6680/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"6680/tcp": "Web Frontend (Not needed with ingress feature)"
|
|
},
|
|
"options": {
|
|
"host": "localhost",
|
|
"port": "6600"
|
|
},
|
|
"schema": {
|
|
"host": "str",
|
|
"port": "port"
|
|
}
|
|
}
|