fix bar assistant routing, also fix xdg portal warning finally

This commit is contained in:
TheWanderingCrow 2025-02-02 17:42:47 -05:00
parent f871f979a1
commit 0a9c0366e5
2 changed files with 4 additions and 3 deletions

View file

@ -9,5 +9,6 @@
pkgs.xdg-desktop-portal-gtk
pkgs.xdg-desktop-portal-kde
];
config.common.default = "*";
};
}

View file

@ -42,15 +42,15 @@ in
useACMEHost = "bar.wanderingcrow.net";
locations = {
"/search/" = {
proxyPass = "http://10.88.0.3:7700";
proxyPass = "http://10.88.0.3:7700/";
priority = 1;
};
"/api/" = {
proxyPass = "http://10.88.0.4:8080";
proxyPass = "http://10.88.0.4:8080/";
priority = 1;
};
"/" = {
proxyPass = "http://10.88.0.5:8080";
proxyPass = "http://10.88.0.5:8080/";
};
};
};