Files
hassio-addons/guacamole/config.json
2023-03-18 11:27:12 +01:00

32 lines
594 B
JSON

{
"arch": [
"amd64",
"aarch64"
],
"description": "Clientless remote desktop gateway",
"environment": {},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"ingress": true,
"init": false,
"map": [
"config:rw",
"ssl:ro"
],
"name": "Guacamole Client",
"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.5.0",
"video": true
}