tangled
alpha
login
or
join now
freshlybakedca.ke
/
patisserie
10
fork
atom
Your one-stop-cake-shop for everything Freshly Baked has to offer
10
fork
atom
overview
issues
pulls
5
pipelines
fix(pm/teal/pds): Update max upload size
thecoded.prof
5 months ago
c72feba6
44b2c770
verified
This commit was signed with the committer's
known signature
.
thecoded.prof
SSH Key Fingerprint:
SHA256:0fWgaZL8qi5yPfpRhs3WJak4n+Wamz+ZtveV7BP5xCY=
3/5
deadnix.yml
success
5s
packetmix-build.yml
failed
1m 10s
packetmix-npins-duplicate-check.yml
success
6s
packetmix-treefmt.yaml
failed
55s
reuse.yml
success
6s
+5
1 changed file
expand all
collapse all
unified
split
packetmix
systems
teal
pds.nix
+5
packetmix/systems/teal/pds.nix
reviewed
···
27
27
PDS_PORT = 1033;
28
28
PDS_SERVICE_HANDLE_DOMAINS = ".at.freshlybakedca.ke";
29
29
PDS_EMAIL_FROM_ADDRESS = "pds@freshly.space";
30
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
49
+
50
50
+
extraConfig = ''
51
51
+
client_max_body_size 1024M;
52
52
+
'';
48
53
};
49
54
50
55
clicks.storage.impermanence.persist.directories = [ "/var/lib/pds" ];