remove open-webui from alexandria

This commit is contained in:
William 2026-05-03 17:06:09 -03:00
parent a191be5420
commit 031f50fe88
2 changed files with 0 additions and 29 deletions

View file

@ -1,24 +0,0 @@
{ inputs, pkgs, ... }:
let
mkNginxVHosts = inputs.self.lib.mkNginxVHosts;
openWebUiPort = 8080;
in
{
services.nginx.virtualHosts = mkNginxVHosts {
domains = {
"ai.baduhai.dev".locations."/".proxyPass = "http://127.0.0.1:${toString openWebUiPort}/";
};
};
services.open-webui = {
enable = true;
package = inputs.nixpkgs.legacyPackages.${pkgs.stdenv.hostPlatform.system}.open-webui;
host = "127.0.0.1";
port = openWebUiPort;
environment = {
WEBUI_URL = "https://ai.baduhai.dev";
};
};
}

View file

@ -43,11 +43,6 @@
domain = "read.baduhai.dev";
host = "alexandria";
}
{
name = "open-webui";
domain = "ai.baduhai.dev";
host = "alexandria";
}
{
name = "pocket-id";
domain = "auth.baduhai.dev";