b75ff2aa88b986e8a2926f93686cb4eea3ccc705
[akkoma] / config / config.md
1 # Configuration
2
3 ## Pleroma.Upload
4 * `uploader`: Select which `Pleroma.Uploaders` to use
5 * `strip_exif`: boolean, uses ImageMagick(!) to strip exif.
6
7 ## Pleroma.Uploaders.Local
8 * `uploads``: Which directory to store the user-uploads in, relative to pleroma’s working directory
9 * `uploads_url`: The URL to access a user-uploaded file, ``{{base_url}}`` is replaced to the instance URL and ``{{file}}`` to the filename. Useful when you want to proxy the media files via another host.
10
11 ## ``:uri_schemes``
12 * `valid_schemes`: List of the scheme part that is considered valid to be an URL
13
14 ## ``:instance``
15 * ``name``
16 * ``email``: Email used to reach an Administrator/Moderator of the instance
17 * ``description``
18 * ``limit``: Posts character limit
19 * ``upload_limit``: File size limit of uploads (except for avatar, background, banner)
20 * ``avatar_upload_limit``: File size limit of user’s profile avatars
21 * ``background_upload_limit``: File size limit of user’s profile backgrounds
22 * ``banner_upload_limit``: File size limit of user’s profile backgrounds
23 * ``registerations_open``
24 * ``federating``
25 * ``allow_relay``
26 * ``rewrite_policy``: Message Rewrite Policy, either one or a list.
27 * ``public``
28 * ``quarantined_instances``: List of ActivityPub instances where private(DMs, followers-only) activities will not be send.
29 * ``managed_config``: Whenether the config for pleroma-fe is configured in this config or in ``static/config.json``
30 * ``allowed_post_formats``: MIME-type list of formats allowed to be posted (transformed into HTML)
31 * ``finmoji_enabled``
32 * ``mrf_transparency``: Make the content of your Message Rewrite Facility settings public (via nodeinfo).