this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(wolumonde): increase client max body size for pdds [skip ci]

dusk d540bfe9 33a48dfd

+2
+1
dns/dnsconfig.js
··· 42 42 TXT("send.poke", "v=spf1 include:amazonses.com ~all"), 43 43 // atproto 44 44 // TXT("_atproto", "did=did:plc:dfl62fgb7wtjj3fcbb72naae", TTL(60)), 45 + TXT("_atproto.dusk", "did=did:plc:dfl62fgb7wtjj3fcbb72naae", TTL(60)), 45 46 ); 46 47 47 48 D("9.0.0.0.8.e.f.1.5.0.7.4.0.1.0.0.2.ip6.arpa", REG_NONE,
+1
hosts/wolumonde/modules/pds.nix
··· 17 17 proxy_set_header Upgrade $http_upgrade; 18 18 proxy_set_header Connection $connection_upgrade; 19 19 proxy_set_header id $request_id; 20 + client_max_body_size 100M; 20 21 ''; 21 22 # higher prio just to make sure 22 23 priority = 100;