Add native NixOS module wrapping services.open-webui with: - Configurable Ollama endpoint (defaults to 100.64.0.1:11434 via Headscale) - SOPS secret management for WEBUI_SECRET_KEY - Nginx reverse proxy integration with relaxed CSP for WebSockets - Exposed at ai.ashisgreat.xyz Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
17 lines
269 B
Nix
17 lines
269 B
Nix
# Module exports
|
|
{
|
|
imports = [
|
|
./system.nix
|
|
./podman.nix
|
|
./nginx.nix
|
|
./searxng.nix
|
|
./openclaw-podman.nix
|
|
./vaultwarden.nix
|
|
./crowdsec.nix
|
|
./backup.nix
|
|
./adguard.nix
|
|
./forgejo.nix
|
|
./headscale.nix
|
|
./open-webui.nix
|
|
];
|
|
}
|