Files
hassio-addons/guacamole/config.json
2022-05-11 09:20:42 +02:00

31 lines
607 B
JSON

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