Files
hassio-addons/guacamole/config.json
2022-05-19 11:00:24 +02:00

33 lines
620 B
JSON

{
"arch": [
"amd64",
"aarch64"
],
"description": "Clientless remote desktop gateway",
"environment": {},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"map": [
"config:rw",
"ssl:ro"
],
"name": "Guacamole Client",
"options": {
},
"panel_icon": "mdi:lan",
"ports": {
"8080/tcp": 4822
},
"ports_description": {
"8080/tcp": "web interface"
},
"schema": {
"EXTENSIONS": "str?",
"TZ": "str?"
},
"slug": "guacamole",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.2-3",
"video": true,
"webui": "http://[HOST]:[PORT:8080]"
}