fix(genie): disable authentication

hass integration only seems to work this way
This commit is contained in:
Felix Schröter 2022-08-12 14:26:48 +02:00
parent cc913db439
commit 2624592c15
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -19,6 +19,7 @@ in {
genie = {
image = "stanfordoval/almond-server";
ports = [ "${toString port}:3000" ];
environment.THINGENGINE_HOST_BASED_AUTHENTICATION = "insecure";
volumes = [ "/dev/shm:/dev/shm" "${dataDir}:/var/lib/genie-server" ];
};
};