Mirror from bluesky-social/pds
0
fork

Configure Feed

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

Require invite codes by default in installer script (#316)

I've seen too many PDSes being setup of late where they are obviously intended for a single person/account, but which have open registration. Requiring invite codes by default would be a good mitigation against incorrectly configured servers being abused.

authored by

Emelia Smith and committed by
GitHub
c96ed43b aaef1e53

+1
+1
installer.sh
··· 338 338 PDS_CRAWLERS=${PDS_CRAWLERS} 339 339 LOG_ENABLED=true 340 340 PDS_RATE_LIMITS_ENABLED=true 341 + PDS_INVITE_REQUIRED=true 341 342 PDS_CONFIG 342 343 343 344 #