mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
@@ -4,14 +4,9 @@
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
#./cloudflared.nix
|
||||
# ./open-webui.nix
|
||||
../software/beets
|
||||
./calibre-web.nix
|
||||
# ./memos.nix
|
||||
# ./trilium.nix
|
||||
./immich.nix
|
||||
# ./mealie.nix
|
||||
./miniflux.nix
|
||||
./nextcloud.nix
|
||||
./nginx.nix
|
||||
@@ -20,6 +15,11 @@
|
||||
./syncthing.nix
|
||||
./systemd.nix
|
||||
./transmission.nix
|
||||
# ./mealie.nix
|
||||
# ./memos.nix
|
||||
# ./open-webui.nix
|
||||
# ./trilium.nix
|
||||
# ./zerotier.nix
|
||||
#./cloudflared.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -90,10 +90,10 @@ in
|
||||
'';
|
||||
};
|
||||
"llm.zeroq.ru" = {
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://atoridu.laxta-platy.ts.net:11112";
|
||||
proxyPass = "http://100.86.62.4:11112";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user