mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2026-01-08 01:33:47 +01:00
elrond ollama webui
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
../../profiles/webhost.nix
|
||||
../../profiles/base.nix
|
||||
#../../services/ozai.nix
|
||||
../../services/ollamaWebui.nix
|
||||
./routes.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user