mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-18 02:18:16 +01:00
36 lines
817 B
JSON
36 lines
817 B
JSON
{
|
|
"apparmor": true,
|
|
"arch": ["aarch64", "amd64", "armv7"],
|
|
"codenotary": "alexandrep.github@gmail.com",
|
|
"description": "Clientless remote desktop gateway",
|
|
"environment": {
|
|
"FM_HOME": "/config/addons_config/guacd",
|
|
"HOME": "/config/addons_config/guacd"
|
|
},
|
|
"image": "ghcr.io/alexbelgium/guacd-{arch}",
|
|
"map": ["media:rw", "share:rw", "ssl"],
|
|
"name": "Guacamole Client",
|
|
"options": {
|
|
"PGID": 1000,
|
|
"PUID": 1000
|
|
},
|
|
"ports": {
|
|
"4822/tcp": 4822
|
|
},
|
|
"ports_description": {
|
|
"4822/tcp": "web interface"
|
|
},
|
|
|
|
"schema": {
|
|
"PGID": "int",
|
|
"PUID": "int",
|
|
"TZ": "str?"
|
|
},
|
|
"slug": "guacd",
|
|
"upstream": "1.4.0",
|
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
|
"version": "1.4.0-not-working",
|
|
"video": true,
|
|
"webui": "http://[HOST]:[PORT:4822]"
|
|
}
|