mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-09 23:11:02 +01:00
31 lines
698 B
JSON
31 lines
698 B
JSON
{
|
|
"name": "VNC Viewer",
|
|
"version": "1.3.0",
|
|
"slug": "vnc",
|
|
"panel_icon": "mdi:remote-desktop",
|
|
"description": "A noVNC client integrated in Home Assistant",
|
|
"url": "https://github.com/Poeschl/Hassio-Addons/tree/master/vnc-viewer",
|
|
"ingress": true,
|
|
"ingress_port": 6080,
|
|
"ingress_entry":"vnc.html?autoconnect=true",
|
|
"arch": [
|
|
"armv7",
|
|
"armhf",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"startup": "application",
|
|
"boot": "manual",
|
|
"hassio_api": true,
|
|
"image": "ghcr.io/poeschl/ha-vnc-{arch}",
|
|
"options": {
|
|
"vnc_server_host": "localhost"
|
|
},
|
|
"schema": {
|
|
"vnc_server_host": "str",
|
|
"vnc_server_port": "int?",
|
|
"vnc_server_password":"str?"
|
|
}
|
|
}
|