1.1 KiB
1.1 KiB
Configuration
Settings you may want to change
most settings resides in settings.py
, a few notable ones:
SECRET_KEY
back it up well somewhereSITE_INFO['site_name']
change by you needCLIENT_NAME
site name shown in Mastodon app pageAPP_WEBSITE
external root url for your sideREDIRECT_URIS
this should beAPP_WEBSITE + "/account/login/oauth"
. It can be multiple urls separated by\n
, but not all Fediverse software support it well. Also note changing this later may invalidate app token granted previouslyMASTODON_ALLOW_ANY_SITE
set toTrue
so that user can login via any Mastodon API compatible sites (e.g. Mastodon/Pleroma)MASTODON_CLIENT_SCOPE
change it later may invalidate app token granted previouslyADMIN_URL
admin page url, keep it privateSEARCH_BACKEND
should be eitherTYPESENSE
orMEILISEARCH
so that search and index can function.None
will use default database search, which is for development only and may gets deprecated soon.
Settings for Scrapers
TBA