elrond ollama webui

This commit is contained in:
2025-06-23 22:09:15 +02:00
parent 6614903852
commit df5eee8d84
2 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
../../profiles/webhost.nix
../../profiles/base.nix
#../../services/ozai.nix
../../services/ollamaWebui.nix
./routes.nix
];

View File

@@ -105,6 +105,20 @@
};
virtualHosts."chat.lauterer.it" = {
forceSSL = true;
useACMEHost = config.networking.domain;
locations."/" = {
proxyWebsockets = true;
proxyPass = "http://localhost:11111";
};
#basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
};
#virtualHosts."azul.256.no" = {
# forceSSL = true;
# useACMEHost = config.networking.domain;