mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
test
This commit is contained in:
@@ -33,7 +33,7 @@ in
|
|||||||
secretFile = config.sops.secrets.nextcloud-talk-secret.path;
|
secretFile = config.sops.secrets.nextcloud-talk-secret.path;
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
http.listen = "127.0.0.1:7880";
|
http.listen = "127.0.0.1:8080";
|
||||||
clients.internalsecretFile = config.sops.secrets.internal-secret.path;
|
clients.internalsecretFile = config.sops.secrets.internal-secret.path;
|
||||||
sessions = {
|
sessions = {
|
||||||
hashkeyFile = config.sops.secrets.hashkey.path;
|
hashkeyFile = config.sops.secrets.hashkey.path;
|
||||||
|
|||||||
@@ -94,25 +94,15 @@ in
|
|||||||
client_max_body_size 5G;
|
client_max_body_size 5G;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"talk.private" = {
|
|
||||||
forceSSL = false;
|
|
||||||
enableACME = false;
|
|
||||||
listen = [
|
|
||||||
{
|
|
||||||
addr = "127.0.0.1";
|
|
||||||
port = 7880;
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"talk.home.arpa" = {
|
"talk.home.arpa" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
# locations = {
|
||||||
"/" = {
|
# "/" = {
|
||||||
proxyPass = "http://127.0.0.1:7880";
|
# proxyPass = "http://127.0.0.1:7880";
|
||||||
proxyWebsockets = true;
|
# proxyWebsockets = true;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
client_max_body_size 5G;
|
client_max_body_size 5G;
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user