mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
32 lines
597 B
JSON
32 lines
597 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.4.2-17",
|
|
"video": true
|
|
}
|