Update config.json

This commit is contained in:
Alexandre
2022-03-30 17:30:00 +02:00
committed by GitHub
parent c25d279658
commit 3ea6d9f1eb

View File

@@ -9,7 +9,7 @@
}, },
"image": "ghcr.io/alexbelgium/guacd-{arch}", "image": "ghcr.io/alexbelgium/guacd-{arch}",
"map": ["media:rw", "share:rw", "ssl"], "map": ["media:rw", "share:rw", "ssl"],
"name": "guacd", "name": "Guacamole Client",
"options": { "options": {
"PGID": 1000, "PGID": 1000,
"PUID": 1000 "PUID": 1000
@@ -27,9 +27,9 @@
"TZ": "str?" "TZ": "str?"
}, },
"slug": "guacd", "slug": "guacd",
"upstream": "4.16-r0-ls49", "upstream": "1",
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "4.16-r0-ls49-2", "version": "1",
"video": true, "video": true,
"webui": "http://[HOST]:[PORT:4822]" "webui": "http://[HOST]:[PORT:4822]"
} }