mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-17 12:59:13 +02:00
Update guacamole config with new environment variable
This commit is contained in:
@@ -69,7 +69,8 @@
|
|||||||
],
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"GUACAMOLE_HOME": "/config",
|
"GUACAMOLE_HOME": "/config",
|
||||||
"PGDATA": "/config/postgres"
|
"PGDATA": "/config/postgres",
|
||||||
|
"REMOTE_IP_VALVE_ENABLED": "true"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
|
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
|
||||||
"ingress": true,
|
"ingress": true,
|
||||||
@@ -100,6 +101,6 @@
|
|||||||
"slug": "guacamole",
|
"slug": "guacamole",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "1.6.0-5",
|
"version": "1.6.0-6",
|
||||||
"video": true
|
"video": true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user