Things
All checks were successful
/ test (push) Successful in 18m47s

This commit is contained in:
Andrea Ciceri 2024-06-09 09:08:17 +02:00
parent f7302479b3
commit 9620ca8ca3
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
13 changed files with 546 additions and 209 deletions

View file

@ -35,6 +35,18 @@
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
};
};
"photos.aciceri.dev" = {
extraConfig = ''
client_max_body_size 50000M;
'';
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:2283";
proxyWebsockets = true;
};
};
# "jellyfin.aciceri.dev" = {
# forceSSL = true;
# enableACME = true;