Open WebUI but only proxy. Deployed via Portainer

This commit is contained in:
pazpi 2025-05-05 22:44:10 +02:00
parent 0b0ddfc2f9
commit 8174cc5756
4 changed files with 34 additions and 2 deletions

View file

@ -38,6 +38,17 @@ let
];
};
pkgs-unstable =
system:
import nixpkgs-unstable {
inherit system;
overlays = [
agenixOverlay
customOverlays
];
config.allowUnfree = true;
};
myModules = {
imports = [
lix-module.nixosModules.default
@ -223,6 +234,17 @@ in
};
open-webui = nixpkgs-unstable.lib.nixosSystem {
pkgs = pkgs-unstable "x86_64-linux";
modules = [
myModules
proxmoxModule
./open-webui
agenix.nixosModules.default
];
# specialArgs = { };
};
paperless = nixpkgs-unstable.lib.nixosSystem {
pkgs = pkgs-unstable "x86_64-linux";
modules = [