diff --git a/guacamole/config.json b/guacamole/config.json new file mode 100644 index 0000000..b971b23 --- /dev/null +++ b/guacamole/config.json @@ -0,0 +1,33 @@ +{ + "name": "Guacamole", + "version": "1.2.0", + "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 + }, + "ports_description": { + "8080/tcp": "Web interface (Not required for Home Assistant Ingress)" + }, + "schema": { + "certfile": "str?", + "keyfile": "str?", + "ssl": "bool?" + }, + "hassio_role": "default" +} diff --git a/guacamole/icon.png b/guacamole/icon.png new file mode 100644 index 0000000..99aaf3e Binary files /dev/null and b/guacamole/icon.png differ diff --git a/guacamole/logo.png b/guacamole/logo.png new file mode 100644 index 0000000..99aaf3e Binary files /dev/null and b/guacamole/logo.png differ