chore: drop open-webui
This commit is contained in:
@@ -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}
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user