feat(services/photoprism): allow 800M upload via tammena.me

This commit is contained in:
Malte Tammena 2024-01-05 18:00:40 +01:00
parent d8d9df5182
commit 25f07db51c

View file

@ -55,6 +55,12 @@ in {
proxyPass = "http://${config.host}.taila034c.ts.net:${builtins.toString config.port}";
proxyWebsockets = true;
};
extraConfig =
if name == "foto"
then ''
client_max_body_size 800M;
''
else "";
};
};
in