Update config.json

This commit is contained in:
Alexandre
2022-05-19 10:54:31 +02:00
committed by GitHub
parent c0c1a6105e
commit e2582935c4

View File

@@ -6,10 +6,12 @@
"description": "Clientless remote desktop gateway", "description": "Clientless remote desktop gateway",
"environment": {}, "environment": {},
"image": "ghcr.io/alexbelgium/guacamole-{arch}", "image": "ghcr.io/alexbelgium/guacamole-{arch}",
"map": [
"config:rw",
"ssl:ro"
],
"name": "Guacamole Client", "name": "Guacamole Client",
"options": { "options": {
"PGID": 0,
"PUID": 0
}, },
"panel_icon": "mdi:lan", "panel_icon": "mdi:lan",
"ports": { "ports": {
@@ -20,8 +22,6 @@
}, },
"schema": { "schema": {
"EXTENSIONS": "str?", "EXTENSIONS": "str?",
"PGID": "int",
"PUID": "int",
"TZ": "str?" "TZ": "str?"
}, },
"slug": "guacamole", "slug": "guacamole",