mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
33 lines
620 B
JSON
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-2",
|
|
"video": true,
|
|
"webui": "http://[HOST]:[PORT:8080]"
|
|
}
|