Files
hassio-addons/guacd/config.json
2022-03-30 18:52:09 +02:00

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]"
}