fix(genie): disable authentication
hass integration only seems to work this way
This commit is contained in:
parent
cc913db439
commit
2624592c15
|
@ -19,6 +19,7 @@ in {
|
||||||
genie = {
|
genie = {
|
||||||
image = "stanfordoval/almond-server";
|
image = "stanfordoval/almond-server";
|
||||||
ports = [ "${toString port}:3000" ];
|
ports = [ "${toString port}:3000" ];
|
||||||
|
environment.THINGENGINE_HOST_BASED_AUTHENTICATION = "insecure";
|
||||||
volumes = [ "/dev/shm:/dev/shm" "${dataDir}:/var/lib/genie-server" ];
|
volumes = [ "/dev/shm:/dev/shm" "${dataDir}:/var/lib/genie-server" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue