1
0
mirror of synced 2025-12-13 11:22:16 +01:00
Files
hassio-addons/guacamole/config.json
2020-11-29 22:53:08 +01:00

42 lines
952 B
JSON

{
"name": "Guacamole",
"version": "latest",
"slug": "haguacamole",
"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-base",
"options": {},
"ports": {
"8080/tcp": null,
"5432/tcp": null,
"4822/tcp": null
},
"ports_description": {
"8080/tcp": "Web interface (Not required for Home Assistant Ingress)",
"5432/tcp": "postgresql",
"4822/tcp": "guacamole-server"
},
"map": [
"ssl:ro",
"config:rw"
],
"schema": {
"certfile": "str?",
"keyfile": "str?",
"ssl": "bool?"
},
"hassio_role": "default"
}