1
0
mirror of synced 2025-12-18 05:12:17 +01:00

Rename guacamole/config.json to guacamole-client/config.json

This commit is contained in:
d-two
2020-11-20 21:59:27 +01:00
committed by GitHub
parent 840baedb04
commit 6fa28b5728

View File

@@ -0,0 +1,33 @@
{
"name": "Guacamole-Client",
"version": "latest",
"slug": "guacamole-client",
"description": "Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.",
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"url": "https://guacamole.apache.org/",
"webui": "http://[HOST]:[PORT:8080]",
"startup": "application",
"boot": "auto",
"panel_icon": "mdi:remote-desktop",
"ingress": true,
"ingress_port": 8080,
"image": "thedtwo/guacamole-webserver",
"options": {},
"ports": {
"8080/tcp": null
},
"ports_description": {
"8080/tcp": "Web interface (Not required for Home Assistant Ingress)"
},
"schema": {
"certfile": "str?",
"keyfile": "str?",
"ssl": "bool?"
},
"hassio_role": "default"
}