hometown-fork / hometown

A supported fork of Mastodon that provides local posting and a wider range of content types.
GNU Affero General Public License v3.0
736 stars 56 forks source link

Bring back server privacy settings that were removed in v4.0.0 #1256

Closed dariusk closed 1 year ago

dariusk commented 1 year ago

This PR adds a "Hometown" tab to the "Server Settings" menu for administrators. I have placed our site-wide RSS default opt-in/opt-out setting here, and future Hometown-specific site-wide settings will go there too.

image

This PR also brings back the site-wide setting for whether users are default opted in to or out of search engine indexing (thanks @prplecake) and the site-wide setting for whether the list of discovered servers is available to the public via the API. Both options are under Server Settings -> Discovery now:

image

Fixes #1211