Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(pm/teal/pds): Update max upload size

thecoded.prof f6abfdbf 09d4e2e4

verified
Changed files
+5
packetmix
systems
teal
+5
packetmix/systems/teal/pds.nix
··· 27 27 PDS_PORT = 1033; 28 28 PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke"; 29 29 PDS_EMAIL_FROM_ADDRESS = "pds@freshly.space"; 30 + PDS_BLOB_UPLOAD_LIMIT = "268435456"; 30 31 }; 31 32 environmentFiles = [ 32 33 "/secrets/pds/environmentFile" ··· 45 46 recommendedProxySettings = true; 46 47 proxyWebsockets = true; 47 48 }; 49 + 50 + extraConfig = '' 51 + client_max_body_size 1024M; 52 + ''; 48 53 }; 49 54 50 55 clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];