chore: drop open-webui

This commit is contained in:
2025-11-08 21:49:12 +08:00
parent 4144c14868
commit e8f025b9c5
2 changed files with 0 additions and 17 deletions

View File

@@ -1,16 +0,0 @@
{ pkgs, ... }:
{
services.open-webui = {
enable = true;
host = "127.0.0.1";
port = 8089;
package = pkgs.open-webui;
};
services.caddy.virtualHosts."ai.imxyy.top" = {
extraConfig = ''
reverse_proxy :8089 {
header_up X-Real-IP {remote_host}
}
'';
};
}

View File

@@ -15,7 +15,6 @@
./vault.nix ./vault.nix
./homepage.nix ./homepage.nix
./code.nix ./code.nix
./ai.nix
./grafana.nix ./grafana.nix
./note.nix ./note.nix
./matrix.nix ./matrix.nix