mirror of
https://github.com/adrlau/nix-dotfiles.git
synced 2025-06-10 06:53:45 +02:00
added ai route to openwebui
This commit is contained in:
parent
71f632b421
commit
e93174e665
@ -81,6 +81,8 @@
|
|||||||
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
virtualHosts."rss.lauterer.it" = {
|
virtualHosts."rss.lauterer.it" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = config.networking.domain;
|
useACMEHost = config.networking.domain;
|
||||||
@ -91,6 +93,18 @@
|
|||||||
#basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
#basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
virtualHosts."ai.lauterer.it" = {
|
||||||
|
forceSSL = true;
|
||||||
|
useACMEHost = config.networking.domain;
|
||||||
|
locations."/" = {
|
||||||
|
proxyWebsockets = true;
|
||||||
|
proxyPass = "http://100.84.215.84:11111";
|
||||||
|
};
|
||||||
|
#basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
#virtualHosts."azul.256.no" = {
|
#virtualHosts."azul.256.no" = {
|
||||||
# forceSSL = true;
|
# forceSSL = true;
|
||||||
# useACMEHost = config.networking.domain;
|
# useACMEHost = config.networking.domain;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user