mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
recommendedTlsSettings = true;
|
||||
virtualHosts = {
|
||||
"immich.zeroq.ru" = {
|
||||
forceSSL = true; # Принудительный HTTPS
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
locations."/" = {
|
||||
proxyPass = "http://sapphira.laxta-platy.ts.net:2283"; # Порт Immich
|
||||
@@ -23,7 +23,7 @@
|
||||
};
|
||||
};
|
||||
"nextcloud.zeroq.ru" = {
|
||||
forceSSL = true;
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
locations."/" = {
|
||||
proxyPass = "http://sapphira.laxta-platy.ts.net:10000"; # Порт Nextcloud
|
||||
@@ -31,20 +31,20 @@
|
||||
};
|
||||
};
|
||||
"llm.zeroq.ru" = {
|
||||
forceSSL = true;
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
locations."/" = {
|
||||
proxyPass = "http://sapphira.laxta-platy.ts.net:11111"; # Порт Open WebUI
|
||||
proxyPass = "http://atoridu.laxta-platy.ts.net:11111"; # Порт Open WebUI
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# security.acme = {
|
||||
# acceptTerms = true;
|
||||
# defaults.email = "oqyude@gmail.com";
|
||||
# };
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
defaults.email = "oqyude@gmail.com";
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
#44443
|
||||
#44444
|
||||
|
||||
Reference in New Issue
Block a user