nixos: services: homebox: proxy websockets
Should avoid a bunch of error logs, and ensure that e.g: adding a label does not require a refresh to show it in a list.
This commit is contained in:
parent
439a6bc930
commit
1dd1dbb917
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ in
|
||||||
my.services.nginx.virtualHosts = {
|
my.services.nginx.virtualHosts = {
|
||||||
homebox = {
|
homebox = {
|
||||||
inherit (cfg) port;
|
inherit (cfg) port;
|
||||||
|
websocketsLocations = [ "/api" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue