memos add

This commit is contained in:
2025-09-23 19:13:46 +03:00
parent 15e1a9295c
commit 625ba2ae6b
4 changed files with 46 additions and 0 deletions
+12
View File
@@ -48,6 +48,18 @@ in
client_max_body_size 5G;
'';
};
"memos.zeroq.ru" = {
enableACME = true;
forceSSL = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:5230";
proxyWebsockets = true; # collabora uses websockets
};
extraConfig = ''
client_max_body_size 5G;
'';
};
"immich.zeroq.ru" = {
# 31.57.105.253
forceSSL = true;