fix(genie): disable authentication
hass integration only seems to work this way
This commit is contained in:
parent
cc913db439
commit
2624592c15
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue