nextcloud talk test hpb

This commit is contained in:
2026-06-30 12:50:44 +03:00
parent 3ec5efb090
commit a37e7c6ebf
9 changed files with 235 additions and 15 deletions
+36 -10
View File
@@ -94,6 +94,42 @@ in
client_max_body_size 5G;
'';
};
"talk.private" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "127.0.0.1";
port = 7880;
}
];
};
"talk.home.arpa" = {
forceSSL = true;
enableACME = true;
locations = {
"/" = {
proxyPass = "http://127.0.0.1:7880";
proxyWebsockets = true;
};
};
extraConfig = ''
client_max_body_size 5G;
'';
};
# "turn.home.arpa" = {
# forceSSL = true;
# enableACME = true;
# locations = {
# "/" = {
# proxyPass = "http://127.0.0.1:5349";
# proxyWebsockets = true;
# };
# };
# extraConfig = ''
# client_max_body_size 5G;
# '';
# };
"ca.home.arpa" = {
forceSSL = true;
enableACME = true;
@@ -215,14 +251,4 @@ in
};
};
};
security = {
acme = {
acceptTerms = true;
defaults = {
email = "oqyude@zeroq.su";
server = "https://localhost:9000/acme/acme/directory";
dnsProvider = null;
};
};
};
}