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:
Bruno BELANYI 2025-04-09 12:26:42 +02:00
parent 439a6bc930
commit 1dd1dbb917

View file

@ -33,6 +33,7 @@ in
my.services.nginx.virtualHosts = { my.services.nginx.virtualHosts = {
homebox = { homebox = {
inherit (cfg) port; inherit (cfg) port;
websocketsLocations = [ "/api" ];
}; };
}; };