Files
hassio-addons/guacamole/config.json
2022-05-15 00:29:27 +00:00

32 lines
599 B
JSON

{
"arch": [
"amd64",
"aarch64"
],
"description": "Clientless remote desktop gateway",
"environment": {},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"name": "Guacamole Client",
"options": {
"PGID": 0,
"PUID": 0
},
"panel_icon": "mdi:lan",
"ports": {
"8080/tcp": 4822
},
"ports_description": {
"8080/tcp": "web interface"
},
"schema": {
"EXTENSIONS": "str?",
"PGID": "int",
"PUID": "int",
"TZ": "str?"
},
"slug": "guacamole",
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.4.2",
"video": true
}