mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 20:34:04 +02:00
Update config.json
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user