6 {Phoenix.Socket.V1.JSONSerializer, "~> 1.0.0"},
7 {Phoenix.Socket.V2.JSONSerializer, "~> 2.0.0"}
14 installed_frontend_options = [
20 "Name of the installed frontend. Valid config must include both `Name` and `Reference` values."
27 "Reference of the installed frontend to be used. Valid config must include both `Name` and `Reference` values."
36 description: "Name of the frontend."
42 description: "Reference of the frontend to be used."
46 label: "Git Repository URL",
48 description: "URL of the git repository of the frontend"
55 "Either an url to a zip file containing the frontend or a template to build it by inserting the `ref`. The string `${ref}` will be replaced by the configured `ref`.",
56 example: "https://some.url/builds/${ref}.zip"
60 label: "Build directory",
62 description: "The directory inside the zip file "
65 key: "custom-http-headers",
66 label: "Custom HTTP headers",
67 type: {:list, :string},
68 description: "The custom HTTP headers for the frontend"
72 config :pleroma, :config_description, [
77 description: "Upload general settings",
82 description: "Module which will be used for uploads",
83 suggestions: {:list_behaviour_implementations, Pleroma.Uploaders.Uploader}
87 type: {:list, :module},
89 "List of filter modules for uploads. Module names are shortened (removed leading `Pleroma.Upload.Filter.` part), but on adding custom module you need to use full name.",
90 suggestions: {:list_behaviour_implementations, Pleroma.Upload.Filter}
96 "If enabled, a name parameter will be added to the URL of the upload. For example `https://instance.tld/media/imagehash.png?name=realname.png`."
103 "Base URL for the uploads. Required if you use a CDN or host attachments under a different domain.",
105 "https://cdn-host.com"
112 Proxy requests to the remote uploader.\n
113 Useful if media upload endpoint is not internet accessible.
117 key: :filename_display_max_length,
119 description: "Set max length of a filename to display. 0 = no limit. Default: 30"
125 key: Pleroma.Uploaders.Local,
127 description: "Local uploader-related settings",
132 description: "Path where user's uploads will be saved",
141 key: Pleroma.Uploaders.S3,
143 description: "S3 uploader-related settings",
148 description: "S3 bucket",
154 key: :bucket_namespace,
156 description: "S3 bucket namespace",
157 suggestions: ["pleroma"]
160 key: :truncated_namespace,
163 "If you use S3 compatible service such as Digital Ocean Spaces or CDN, set folder name or \"\" etc." <>
164 " For example, when using CDN to S3 virtual host format, set \"\". At this time, write CNAME to CDN in Upload base_url."
167 key: :streaming_enabled,
170 "Enable streaming uploads, when enabled the file will be sent to the server in chunks as it's being read. This may be unsupported by some providers, try disabling this if you have upload problems."
176 key: Pleroma.Upload.Filter.Mogrify,
178 description: "Uploads mogrify filter settings",
182 type: [:string, {:list, :string}, {:list, :tuple}],
184 "List of actions for the mogrify command. It's possible to add self-written settings as string. " <>
185 "For example `auto-orient, strip, {\"resize\", \"3840x1080>\"}` value will be parsed into valid list of the settings.",
196 key: Pleroma.Upload.Filter.AnonymizeFilename,
198 description: "Filter replaces the filename of the upload",
204 "Text to replace filenames in links. If no setting, {random}.extension will be used. You can get the original" <>
205 " filename extension by using {extension}, for example custom-file-name.{extension}.",
207 "custom-file-name.{extension}"
214 key: Pleroma.Emails.Mailer,
216 description: "Mailer-related settings",
220 label: "Mailer Enabled",
227 "One of the mail adapters listed in [Swoosh documentation](https://hexdocs.pm/swoosh/Swoosh.html#module-adapters)",
229 Swoosh.Adapters.AmazonSES,
231 Swoosh.Adapters.Gmail,
232 Swoosh.Adapters.Mailgun,
233 Swoosh.Adapters.Mailjet,
234 Swoosh.Adapters.Mandrill,
235 Swoosh.Adapters.Postmark,
236 Swoosh.Adapters.SMTP,
237 Swoosh.Adapters.Sendgrid,
238 Swoosh.Adapters.Sendmail,
239 Swoosh.Adapters.SocketLabs,
240 Swoosh.Adapters.SparkPost
244 group: {:subgroup, Swoosh.Adapters.SMTP},
247 description: "Hostname or IP address",
248 suggestions: ["smtp.example.com"]
251 group: {:subgroup, Swoosh.Adapters.SMTP},
254 description: "SMTP port",
255 suggestions: ["1025"]
258 group: {:subgroup, Swoosh.Adapters.SMTP},
261 description: "SMTP AUTH username",
262 suggestions: ["user@example.com"]
265 group: {:subgroup, Swoosh.Adapters.SMTP},
268 description: "SMTP AUTH password",
269 suggestions: ["password"]
272 group: {:subgroup, Swoosh.Adapters.SMTP},
276 description: "Use Implicit SSL/TLS. e.g. port 465"
279 group: {:subgroup, Swoosh.Adapters.SMTP},
281 label: "STARTTLS Mode",
282 type: {:dropdown, :atom},
283 description: "Explicit TLS (STARTTLS) enforcement mode",
284 suggestions: [:if_available, :always, :never]
287 group: {:subgroup, Swoosh.Adapters.SMTP},
290 type: {:dropdown, :atom},
291 description: "SMTP AUTH enforcement mode",
292 suggestions: [:if_available, :always, :never]
295 group: {:subgroup, Swoosh.Adapters.SMTP},
298 description: "SMTP temporary (4xx) error retries",
302 group: {:subgroup, Swoosh.Adapters.Sendgrid},
304 label: "SendGrid API Key",
306 suggestions: ["YOUR_API_KEY"]
309 group: {:subgroup, Swoosh.Adapters.Sendmail},
312 suggestions: ["/usr/bin/sendmail"]
315 group: {:subgroup, Swoosh.Adapters.Sendmail},
318 suggestions: ["-N delay,failure,success"]
321 group: {:subgroup, Swoosh.Adapters.Sendmail},
323 label: "Qmail compat mode",
327 group: {:subgroup, Swoosh.Adapters.Mandrill},
329 label: "Mandrill API Key",
331 suggestions: ["YOUR_API_KEY"]
334 group: {:subgroup, Swoosh.Adapters.Mailgun},
336 label: "Mailgun API Key",
338 suggestions: ["YOUR_API_KEY"]
341 group: {:subgroup, Swoosh.Adapters.Mailgun},
344 suggestions: ["YOUR_DOMAIN_NAME"]
347 group: {:subgroup, Swoosh.Adapters.Mailjet},
349 label: "MailJet Public API Key",
351 suggestions: ["MJ_APIKEY_PUBLIC"]
354 group: {:subgroup, Swoosh.Adapters.Mailjet},
356 label: "MailJet Private API Key",
358 suggestions: ["MJ_APIKEY_PRIVATE"]
361 group: {:subgroup, Swoosh.Adapters.Postmark},
363 label: "Postmark API Key",
365 suggestions: ["X-Postmark-Server-Token"]
368 group: {:subgroup, Swoosh.Adapters.SparkPost},
370 label: "SparkPost API key",
372 suggestions: ["YOUR_API_KEY"]
375 group: {:subgroup, Swoosh.Adapters.SparkPost},
378 suggestions: ["https://api.sparkpost.com/api/v1"]
381 group: {:subgroup, Swoosh.Adapters.AmazonSES},
383 label: "AWS Access Key",
385 suggestions: ["AWS_ACCESS_KEY"]
388 group: {:subgroup, Swoosh.Adapters.AmazonSES},
390 label: "AWS Secret Key",
392 suggestions: ["AWS_SECRET_KEY"]
395 group: {:subgroup, Swoosh.Adapters.AmazonSES},
399 suggestions: ["us-east-1", "us-east-2"]
402 group: {:subgroup, Swoosh.Adapters.Dyn},
404 label: "Dyn API Key",
406 suggestions: ["apikey"]
409 group: {:subgroup, Swoosh.Adapters.SocketLabs},
411 label: "SocketLabs API Key",
413 suggestions: ["INJECTION_API_KEY"]
416 group: {:subgroup, Swoosh.Adapters.SocketLabs},
420 suggestions: ["SERVER_ID"]
423 group: {:subgroup, Swoosh.Adapters.Gmail},
425 label: "GMail API Access Token",
427 suggestions: ["GMAIL_API_ACCESS_TOKEN"]
434 label: "URI Schemes",
436 description: "URI schemes related settings",
440 type: {:list, :string},
441 description: "List of the scheme part that is considered valid to be an URL",
466 description: "Customizable features",
469 key: :improved_hashtag_timeline,
470 type: {:dropdown, :atom},
472 "Setting to force toggle / force disable improved hashtags timeline. `:enabled` forces hashtags to be fetched from `hashtags` table for hashtags timeline. `:disabled` forces object-embedded hashtags to be used (slower). Keep it `:auto` for automatic behaviour (it is auto-set to `:enabled` [unless overridden] when HashtagsTableMigrator completes).",
473 suggestions: [:auto, :enabled, :disabled]
479 key: :populate_hashtags_table,
481 description: "`populate_hashtags_table` background migration settings",
484 key: :fault_rate_allowance,
487 "Max accepted rate of objects that failed in the migration. Any value from 0.0 which tolerates no errors to 1.0 which will enable the feature even if hashtags transfer failed for all records.",
491 key: :sleep_interval_ms,
494 "Sleep interval between each chunk of processed records in order to decrease the load on the system (defaults to 0 and should be keep default on most instances)."
502 description: "Instance-related settings",
507 description: "Name of the instance",
514 type: {:list, :string},
515 description: "Languages the instance uses",
524 label: "Admin Email Address",
526 description: "Email used to reach an Administrator/Moderator of the instance",
533 label: "Sender Email Address",
535 description: "Envelope FROM address for mail sent via Pleroma",
544 "The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
552 description: "Posts character limit (CW/Subject included in the counter)",
560 description: "Hard character limit beyond which remote posts will be dropped",
568 description: "File size limit of uploads (except for avatar, background, banner)",
574 key: :avatar_upload_limit,
576 description: "File size limit of user's profile avatars",
582 key: :background_upload_limit,
584 description: "File size limit of user's profile backgrounds",
590 key: :banner_upload_limit,
592 description: "File size limit of user's profile banners",
600 description: "A map with poll limits for local polls",
604 max_option_chars: 200,
606 max_expiration: 31_536_000
613 description: "Maximum number of options",
617 key: :max_option_chars,
619 description: "Maximum number of characters per option",
623 key: :min_expiration,
625 description: "Minimum expiration time (in seconds)",
629 key: :max_expiration,
631 description: "Maximum expiration time (in seconds)",
637 key: :registrations_open,
640 "Enable registrations for anyone. Invitations require this setting to be disabled."
643 key: :invites_enabled,
646 "Enable user invitations for admins (depends on `registrations_open` being disabled)"
649 key: :account_activation_required,
651 description: "Require users to confirm their emails before signing in"
654 key: :account_approval_required,
656 description: "Require users to be manually approved by an admin before signing in"
661 description: "Enable federation with other instances"
664 key: :federation_incoming_replies_max_depth,
665 label: "Fed. incoming replies max depth",
668 "Max. depth of reply-to and reply activities fetching on incoming federation, to prevent out-of-memory situations while" <>
669 " fetching very long threads. If set to `nil`, threads of any depth will be fetched. Lower this value if you experience out-of-memory crashes.",
675 key: :federation_reachability_timeout_days,
676 label: "Fed. reachability timeout days",
679 "Timeout (in days) of each external federation target being unreachable prior to pausing federating to it",
688 "Permits remote instances to subscribe to all public posts of your instance. (Important!) This may increase the visibility of your instance."
694 "Switching this on will allow unauthenticated users access to all public resources on your instance" <>
695 " Switching it off is useful for disabling the Local Timeline and The Whole Known Network. " <>
696 " Note: when setting to `false`, please also check `:restrict_unauthenticated` setting."
699 key: :quarantined_instances,
700 type: {:list, :tuple},
701 key_placeholder: "instance",
702 value_placeholder: "reason",
704 "(Deprecated, will be removed in next release) List of ActivityPub instances where activities will not be sent, and the reason for doing so",
706 {"quarantined.com", "Reason"},
707 {"*.quarantined.com", "Reason"}
713 description: "Instance static directory",
719 key: :allowed_post_formats,
720 type: {:list, :string},
721 description: "MIME-type list of formats allowed to be posted (transformed into HTML)",
727 "text/x.misskeymarkdown"
731 key: :extended_nickname_format,
734 "Enable to use extended local nicknames format (allows underscores/dashes)." <>
735 " This will break federation with older software for theses nicknames."
738 key: :cleanup_attachments,
741 Enable to remove associated attachments when status is removed.
742 This will not affect duplicates and attachments without status.
743 Enabling this will increase load to database when deleting statuses on larger instances.
747 key: :max_pinned_statuses,
749 description: "The maximum number of pinned statuses. 0 will disable the feature.",
757 key: :autofollowed_nicknames,
758 type: {:list, :string},
760 "Set to nicknames of (local) users that every new user should automatically follow"
763 key: :autofollowing_nicknames,
764 type: {:list, :string},
766 "Set to nicknames of (local) users that automatically follows every newly registered user"
769 key: :attachment_links,
771 description: "Enable to automatically add attachment link text to statuses"
774 key: :max_report_comment_size,
776 description: "The maximum size of the report comment. Default: 1000.",
782 key: :safe_dm_mentions,
783 label: "Safe DM mentions",
786 "If enabled, only mentions at the beginning of a post will be used to address people in direct messages." <>
787 " This is to prevent accidental mentioning of people when talking about them (e.g. \"@admin please keep an eye on @bad_actor\")." <>
793 description: "If enabled, system data will be shown on `/api/pleroma/healthcheck`"
796 key: :remote_post_retention_days,
799 "The default amount of days to retain remote posts when pruning the database",
805 key: :user_bio_length,
807 description: "A user bio maximum length. Default: 5000.",
813 key: :user_name_length,
815 description: "A user name maximum length. Default: 100.",
821 key: :skip_thread_containment,
823 description: "Skip filtering out broken threads. Default: enabled."
826 key: :limit_to_local_content,
827 type: {:dropdown, :atom},
829 "Limit unauthenticated users to search for local statutes and users only. Default: `:unauthenticated`.",
837 key: :max_account_fields,
839 description: "The maximum number of custom fields in the user profile. Default: 10.",
845 key: :max_remote_account_fields,
848 "The maximum number of custom fields in the remote user profile. Default: 20.",
854 key: :account_field_name_length,
856 description: "An account field name maximum length. Default: 512.",
862 key: :account_field_value_length,
864 description: "An account field value maximum length. Default: 2048.",
870 key: :registration_reason_length,
872 description: "Maximum registration reason length. Default: 500.",
878 key: :external_user_synchronization,
880 description: "Enabling following/followers counters synchronization for external users"
883 key: :multi_factor_authentication,
885 description: "Multi-factor authentication settings",
888 totp: [digits: 6, period: 30],
889 backup_codes: [number: 5, length: 16]
895 label: "TOTP settings",
897 description: "TOTP settings",
898 suggestions: [digits: 6, period: 30],
905 "Determines the length of a one-time pass-code, in characters. Defaults to 6 characters."
912 "A period for which the TOTP code will be valid, in seconds. Defaults to 30 seconds."
919 description: "MFA backup codes settings",
920 suggestions: [number: 5, length: 16],
926 description: "Number of backup codes to generate."
933 "Determines the length of backup one-time pass-codes, in characters. Defaults to 16 characters."
940 key: :instance_thumbnail,
941 type: {:string, :image},
943 "The instance thumbnail can be any image that represents your instance and is used by some apps or services when they display information about your instance.",
944 suggestions: ["/instance/thumbnail.jpeg"]
947 key: :show_reactions,
949 description: "Let favourites and emoji reactions be viewed through the API."
952 key: :profile_directory,
954 description: "Enable profile directory."
957 key: :privileged_staff,
960 "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses)"
964 type: {:list, :string},
966 "List of instances that make up your local bubble (closely-related instances). Used to populate the 'bubble' timeline (domain only)."
969 key: :export_prometheus_metrics,
971 description: "Enable prometheus metrics (at /api/v1/akkoma/metrics)"
979 description: "Welcome messages settings",
982 key: :direct_message,
984 descpiption: "Direct message settings",
989 description: "Enables sending a direct message to newly registered users"
994 description: "A message that will be sent to newly registered users",
996 "Hi, @username! Welcome on board!"
1000 key: :sender_nickname,
1002 description: "The nickname of the local user that sends a welcome message",
1012 descpiption: "Email message settings",
1017 description: "Enables sending an email to newly registered users"
1021 type: [:string, :tuple],
1023 "Email address and/or nickname that will be used to send the welcome email.",
1025 {"Pleroma App", "welcome@pleroma.app"}
1032 "Subject of the welcome email. EEX template with user and instance_name variables can be used.",
1033 suggestions: ["Welcome to <%= instance_name%>"]
1039 "HTML content of the welcome email. EEX template with user and instance_name variables can be used.",
1040 suggestions: ["<h1>Hello <%= user.name%>. Welcome to <%= instance_name%></h1>"]
1046 "Text content of the welcome email. EEX template with user and instance_name variables can be used.",
1047 suggestions: ["Hello <%= user.name%>. \n Welcome to <%= instance_name%>\n"]
1056 description: "Logger-related settings",
1060 type: [:atom, :tuple, :module],
1062 "Where logs will be sent, :console - send logs to stdout, { ExSyslogger, :ex_syslogger } - to syslog, Quack.Logger - to Slack.",
1063 suggestions: [:console, {ExSyslogger, :ex_syslogger}, Quack.Logger]
1071 label: "ExSyslogger",
1072 description: "ExSyslogger-related settings",
1076 type: {:dropdown, :atom},
1077 description: "Log level",
1078 suggestions: [:debug, :info, :warn, :error]
1084 "A string that's prepended to every message, and is typically set to the app name",
1085 suggestions: ["pleroma"]
1090 description: "Default: \"$date $time [$level] $levelpad$node $metadata $message\"",
1091 suggestions: ["$metadata[$level] $message"]
1095 type: {:list, :atom},
1096 suggestions: [:request_id]
1104 label: "Console Logger",
1105 description: "Console logger settings",
1109 type: {:dropdown, :atom},
1110 description: "Log level",
1111 suggestions: [:debug, :info, :warn, :error]
1116 description: "Default: \"$date $time [$level] $levelpad$node $metadata $message\"",
1117 suggestions: ["$metadata[$level] $message"]
1121 type: {:list, :atom},
1122 suggestions: [:request_id]
1128 key: :frontend_configurations,
1131 "This form can be used to configure a keyword list that keeps the configuration data for any " <>
1132 "kind of frontend. By default, settings for pleroma_fe and masto_fe are configured. If you want to " <>
1133 "add your own configuration your settings all fields must be complete.",
1137 label: "Pleroma FE",
1139 description: "Settings for Pleroma FE",
1142 alwaysShowSubjectInput: true,
1143 background: "/static/aurora_borealis.jpg",
1144 collapseMessageWithSubject: false,
1146 hideFilteredStatuses: false,
1147 hideMutedPosts: false,
1148 hidePostStats: false,
1149 hideUserStats: false,
1150 loginMethod: "password",
1151 logo: "/static/logo.svg",
1154 minimalScopesMode: false,
1155 noAttachmentLinks: false,
1156 nsfwCensorImage: "/static/img/nsfw.74818f9.png",
1157 postContentType: "text/plain",
1158 redirectRootLogin: "/main/friends",
1159 redirectRootNoLogin: "/main/all",
1161 sidebarRight: false,
1162 showFeaturesPanel: true,
1163 showInstanceSpecificPanel: false,
1164 subjectLineBehavior: "email",
1165 theme: "pleroma-dark",
1166 webPushNotifications: false
1171 key: :alwaysShowSubjectInput,
1172 label: "Always show subject input",
1174 description: "When disabled, auto-hide the subject field if it's empty"
1178 type: {:string, :image},
1180 "URL of the background, unless viewing a user profile with a background that is set",
1181 suggestions: ["/images/city.jpg"]
1184 key: :collapseMessageWithSubject,
1185 label: "Collapse message with subject",
1188 "When a message has a subject (aka Content Warning), collapse it by default"
1194 description: "Enables green text on lines prefixed with the > character"
1197 key: :conversationDisplay,
1198 label: "Conversation display style",
1200 description: "How to display conversations (linear or tree)",
1201 suggestions: ["linear", "tree"]
1204 key: :hideFilteredStatuses,
1205 label: "Hide Filtered Statuses",
1207 description: "Hides filtered statuses from timelines"
1210 key: :hideMutedPosts,
1211 label: "Hide Muted Posts",
1213 description: "Hides muted statuses from timelines"
1216 key: :hidePostStats,
1217 label: "Hide post stats",
1219 description: "Hide notices statistics (repeats, favorites, ...)"
1222 key: :hideUserStats,
1223 label: "Hide user stats",
1226 "Hide profile statistics (posts, posts per day, followers, followings, ...)"
1230 type: {:string, :image},
1231 description: "URL of the logo, defaults to Pleroma's logo",
1232 suggestions: ["/static/logo.svg"]
1236 label: "Logo margin",
1239 "Allows you to adjust vertical margins between logo boundary and navbar borders. " <>
1240 "The idea is that to have logo's image without any extra margins and instead adjust them to your need in layout.",
1241 suggestions: [".1em"]
1248 "By default it assumes logo used will be monochrome with alpha channel to be compatible with both light and dark themes. " <>
1249 "If you want a colorful logo you must disable logoMask."
1252 key: :nsfwCensorImage,
1253 label: "NSFW Censor Image",
1254 type: {:string, :image},
1256 "URL of the image to use for hiding NSFW media attachments in the timeline",
1257 suggestions: ["/static/img/nsfw.74818f9.png"]
1260 key: :postContentType,
1261 label: "Post Content Type",
1262 type: {:dropdown, :atom},
1263 description: "Default post formatting option",
1269 "text/x.misskeymarkdown"
1273 key: :redirectRootNoLogin,
1274 label: "Redirect root no login",
1277 "Relative URL which indicates where to redirect when a user isn't logged in",
1278 suggestions: ["/main/all"]
1281 key: :redirectRootLogin,
1282 label: "Redirect root login",
1285 "Relative URL which indicates where to redirect when a user is logged in",
1286 suggestions: ["/main/friends"]
1290 label: "Scope copy",
1292 description: "Copy the scope (private/unlisted/public) in replies to posts by default"
1296 label: "Sidebar on Right",
1298 description: "Change alignment of sidebar and panels to the right"
1301 key: :showFeaturesPanel,
1302 label: "Show instance features panel",
1305 "Enables panel displaying functionality of the instance on the About page"
1308 key: :showInstanceSpecificPanel,
1309 label: "Show instance specific panel",
1311 description: "Whether to show the instance's custom panel"
1314 key: :subjectLineBehavior,
1315 label: "Subject line behavior",
1317 description: "Allows changing the default behaviour of subject lines in replies.
1318 `email`: copy and preprend re:, as in email,
1319 `masto`: copy verbatim, as in Mastodon,
1320 `noop`: don't copy the subject.",
1321 suggestions: ["email", "masto", "noop"]
1326 description: "Which theme to use. Available themes are defined in styles.json",
1327 suggestions: ["pleroma-dark"]
1330 key: :showPanelNavShortcuts,
1331 label: "Show timeline panel nav shortcuts",
1333 description: "Whether to put timeline nav tabs on the top of the panel"
1336 key: :showNavShortcuts,
1337 label: "Show navbar shortcuts",
1339 description: "Whether to put extra navigation options on the navbar"
1342 key: :showWiderShortcuts,
1343 label: "Increase navbar shortcut spacing",
1345 description: "Whether to add extra space between navbar icons"
1348 key: :hideSiteFavicon,
1349 label: "Hide site favicon",
1351 description: "Whether to hide the instance favicon from the navbar"
1355 label: "Hide site name",
1357 description: "Whether to hide the site name from the navbar"
1360 key: :renderMisskeyMarkdown,
1361 label: "Render misskey markdown",
1363 description: "Whether to render Misskey-flavoured markdown"
1369 description: "Whether to pause animated images until they're hovered on"
1377 description: "Settings for Masto FE",
1380 showInstanceSpecificPanel: true
1385 key: :showInstanceSpecificPanel,
1386 label: "Show instance specific panel",
1388 description: "Whenether to show the instance's specific panel"
1399 "This section configures assets to be used with various frontends. Currently the only option relates to mascots on the mastodon frontend",
1403 type: {:keyword, :map},
1405 "Keyword of mascots, each element must contain both an URL and a mime_type key",
1408 url: "/images/pleroma-fox-tan-smol.png",
1409 mime_type: "image/png"
1411 pleroma_fox_tan_shy: %{
1412 url: "/images/pleroma-fox-tan-shy.png",
1413 mime_type: "image/png"
1418 key: :default_mascot,
1421 "This will be used as the default mascot on MastoFE. Default: `:pleroma_fox_tan`",
1427 key: :default_user_avatar,
1428 type: {:string, :image},
1429 description: "URL of the default user avatar",
1430 suggestions: ["/images/avi.png"]
1439 "This section describe PWA manifest instance-specific values. Currently this option relate only for MastoFE.",
1443 type: {:list, :map},
1444 description: "Describe the icons of the app",
1447 src: "/static/logo.png"
1450 src: "/static/icon.png",
1454 src: "/static/icon.ico",
1455 sizes: "72x72 96x96 128x128 256x256"
1462 description: "Describe the theme color of the app - this is only used for mastodon-fe",
1463 suggestions: ["#282c37", "mediumpurple"]
1466 key: :background_color,
1469 "Describe the background color of the app - this is only used for mastodon-fe",
1470 suggestions: ["#191b22", "aliceblue"]
1478 description: "Media proxy",
1483 description: "Enables proxying of remote media via the instance's proxy"
1490 "The base URL to access a user-uploaded file. Useful when you want to proxy the media files via another host/CDN fronts.",
1491 suggestions: ["https://example.com"]
1499 provider: Pleroma.Web.MediaProxy.Invalidation.Script
1505 description: "Enables media cache object invalidation."
1510 description: "Module which will be used to purge objects from the cache.",
1512 Pleroma.Web.MediaProxy.Invalidation.Script,
1513 Pleroma.Web.MediaProxy.Invalidation.Http
1520 label: "Advanced MediaProxy Options",
1522 description: "Internal Pleroma.ReverseProxy settings",
1524 redirect_on_failure: false,
1525 max_body_length: 25 * 1_048_576,
1526 max_read_duration: 30_000
1530 key: :redirect_on_failure,
1533 Redirects the client to the origin server upon encountering HTTP errors.\n
1534 Note that files larger than Max Body Length will trigger an error. (e.g., Peertube videos)\n\n
1535 **WARNING:** This setting will allow larger files to be accessed, but exposes the\n
1536 IP addresses of your users to the other servers, bypassing the MediaProxy.
1540 key: :max_body_length,
1543 "Maximum file size (in bytes) allowed through the Pleroma MediaProxy cache."
1546 key: :max_read_duration,
1548 description: "Timeout (in milliseconds) of GET request to the remote URI."
1554 type: {:list, :string},
1555 description: "List of hosts with scheme to bypass the MediaProxy",
1556 suggestions: ["http://example.com"]
1562 key: :media_preview_proxy,
1564 description: "Media preview proxy",
1570 "Enables proxying of remote media preview to the instance's proxy. Requires enabled media proxy."
1573 key: :thumbnail_max_width,
1576 "Max width of preview thumbnail for images (video preview always has original dimensions)."
1579 key: :thumbnail_max_height,
1582 "Max height of preview thumbnail for images (video preview always has original dimensions)."
1585 key: :image_quality,
1587 description: "Quality of the output. Ranges from 0 (min quality) to 100 (max quality)."
1590 key: :min_content_length,
1593 "Min content length (in bytes) to perform preview. Media smaller in size will be served without thumbnailing."
1599 key: Pleroma.Web.MediaProxy.Invalidation.Http,
1601 description: "HTTP invalidate settings",
1606 description: "HTTP method of request. Default: :purge"
1610 type: {:keyword, :string},
1611 description: "HTTP headers of request",
1612 suggestions: [{"x-refresh", 1}]
1617 description: "Request options",
1621 type: {:map, :string}
1629 key: Pleroma.Web.MediaProxy.Invalidation.Script,
1631 description: "Invalidation script settings",
1636 description: "Path to executable script which will purge cached items.",
1637 suggestions: ["./installation/nginx-cache-purge.sh.example"]
1641 label: "URL Format",
1644 "Optional URL format preprocessing. Only required for Apache's htcacheclean.",
1645 suggestions: [":htcacheclean"]
1652 label: "ActivityPub",
1654 description: "ActivityPub-related settings",
1657 key: :unfollow_blocked,
1659 description: "Whether blocks result in people getting unfollowed"
1662 key: :outgoing_blocks,
1664 description: "Whether to federate blocks to other instances"
1667 key: :blockers_visible,
1669 description: "Whether a user can see someone who has blocked them"
1672 key: :sign_object_fetches,
1674 description: "Sign object fetches with HTTP signatures"
1677 key: :authorized_fetch_mode,
1679 description: "Require HTTP signatures on AP fetches"
1682 key: :note_replies_output_limit,
1685 "The number of Note replies' URIs to be included with outgoing federation (`5` to match Mastodon hardcoded value, `0` to disable the output)"
1688 key: :follow_handshake_timeout,
1690 description: "Following handshake timeout",
1694 key: :max_collection_objects,
1697 "The maximum number of items to fetch from a remote collections. Setting this too low can lead to only getting partial collections, but too high and you can end up fetching far too many objects.",
1704 key: :http_security,
1705 label: "HTTP security",
1707 description: "HTTP security settings",
1712 description: "Whether the managed content security policy is enabled"
1718 description: "Whether to additionally send a Strict-Transport-Security header"
1722 label: "STS max age",
1724 description: "The maximum age for the Strict-Transport-Security header if sent",
1725 suggestions: [63_072_000]
1728 key: :referrer_policy,
1730 description: "The referrer policy to use, either \"same-origin\" or \"no-referrer\"",
1731 suggestions: ["same-origin", "no-referrer"]
1735 label: "Report URI",
1737 description: "Adds the specified URL to report-uri and report-to group in CSP header",
1738 suggestions: ["https://example.com/report-uri"]
1743 group: :web_push_encryption,
1744 key: :vapid_details,
1745 label: "Vapid Details",
1748 "Web Push Notifications configuration. You can use the mix task mix web_push.gen.keypair to generate it.",
1754 "A mailto link for the administrative contact." <>
1755 " It's best if this email is not a personal email address, but rather a group email to the instance moderation team.",
1756 suggestions: ["mailto:moderators@pleroma.com"]
1761 description: "VAPID public key",
1762 suggestions: ["Public key"]
1767 description: "VAPID private key",
1768 suggestions: ["Private key"]
1774 key: Pleroma.Captcha,
1776 description: "Captcha-related settings",
1781 description: "Whether the captcha should be shown on registration"
1786 description: "The method/service to use for captcha",
1787 suggestions: [Pleroma.Captcha.Kocaptcha, Pleroma.Captcha.Native]
1790 key: :seconds_valid,
1792 description: "The time in seconds for which the captcha is valid",
1799 key: Pleroma.Captcha.Kocaptcha,
1802 "Kocaptcha is a very simple captcha service with a single API endpoint, the source code is" <>
1803 " here: https://github.com/koto-bank/kocaptcha. The default endpoint (https://captcha.kotobank.ch) is hosted by the developer.",
1808 description: "The kocaptcha endpoint to use",
1809 suggestions: ["https://captcha.kotobank.ch"]
1815 label: "Pleroma Admin Token",
1818 "Allows setting a token that can be used to authenticate requests with admin privileges without a normal user account token. Append the `admin_token` parameter to requests to utilize it. (Please reconsider using HTTP Basic Auth or OAuth-based authentication if possible)",
1823 description: "Admin token",
1825 "Please use a high entropy string or UUID"
1835 "[Oban](https://github.com/sorentwo/oban) asynchronous job processor configuration.",
1839 type: {:dropdown, :atom},
1840 description: "Logs verbose mode",
1841 suggestions: [false, :error, :warn, :info, :debug]
1845 type: {:keyword, :integer},
1847 "Background jobs queues (keys: queues, values: max numbers of concurrent jobs)",
1849 activity_expiration: 10,
1850 attachments_cleanup: 5,
1852 federator_incoming: 50,
1853 federator_outgoing: 50,
1855 scheduled_activities: 10,
1861 key: :activity_expiration,
1863 description: "Activity expiration queue",
1869 description: "Backup queue",
1873 key: :attachments_cleanup,
1875 description: "Attachment deletion queue",
1881 description: "Background queue",
1885 key: :federator_incoming,
1887 description: "Incoming federation queue",
1891 key: :federator_outgoing,
1893 description: "Outgoing federation queue",
1899 description: "Email sender queue, see Pleroma.Emails.Mailer",
1903 key: :scheduled_activities,
1905 description: "Scheduled activities queue, see Pleroma.ScheduledActivities",
1909 key: :transmogrifier,
1911 description: "Transmogrifier queue",
1917 description: "Web push notifications queue",
1924 type: {:list, :tuple},
1925 description: "Settings for cron background jobs",
1927 {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
1928 {"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker}
1937 description: "Includes custom worker options not interpretable directly by `Oban`",
1941 type: {:keyword, :integer},
1942 description: "Max retry attempts for failed jobs, per `Oban` queue",
1944 federator_incoming: 5,
1945 federator_outgoing: 5
1950 type: {:keyword, :integer},
1951 description: "Timeout for jobs, per `Oban` queue, in ms",
1953 activity_expiration: :timer.seconds(5),
1954 token_expiration: :timer.seconds(5),
1955 filter_expiration: :timer.seconds(5),
1956 backup: :timer.seconds(900),
1957 federator_incoming: :timer.seconds(10),
1958 federator_outgoing: :timer.seconds(10),
1959 ingestion_queue: :timer.seconds(5),
1960 web_push: :timer.seconds(5),
1961 mailer: :timer.seconds(5),
1962 transmogrifier: :timer.seconds(5),
1963 scheduled_activities: :timer.seconds(5),
1964 poll_notifications: :timer.seconds(5),
1965 background: :timer.seconds(5),
1966 remote_fetcher: :timer.seconds(10),
1967 attachments_cleanup: :timer.seconds(900),
1968 new_users_digest: :timer.seconds(10),
1969 mute_expire: :timer.seconds(5),
1970 search_indexing: :timer.seconds(5),
1971 nodeinfo_fetcher: :timer.seconds(10)
1978 key: Pleroma.Web.Metadata,
1980 description: "Metadata-related settings",
1984 type: {:list, :module},
1985 description: "List of metadata providers to enable",
1987 Pleroma.Web.Metadata.Providers.OpenGraph,
1988 Pleroma.Web.Metadata.Providers.TwitterCard,
1989 Pleroma.Web.Metadata.Providers.RelMe,
1990 Pleroma.Web.Metadata.Providers.Feed
1995 label: "Unfurl NSFW",
1997 description: "When enabled NSFW attachments will be shown in previews"
2003 key: Pleroma.Web.Metadata.Providers.Theme,
2005 description: "Specific provider to hand out themes to instances that scrape index.html",
2011 "The 'accent color' of the instance, used in places like misskey's instance ticker",
2012 suggestions: ["#593196"]
2021 "If enabled the instance will parse metadata from attached links to generate link previews",
2026 description: "Enables RichMedia parsing of URLs"
2030 type: {:list, :string},
2031 description: "List of hosts which will be ignored by the metadata parser",
2032 suggestions: ["accounts.google.com", "xss.website"]
2036 label: "Ignore TLD",
2037 type: {:list, :string},
2038 description: "List TLDs (top-level domains) which will ignore for parse metadata",
2039 suggestions: ["local", "localdomain", "lan"]
2043 type: {:list, :module},
2045 "List of Rich Media parsers. Module names are shortened (removed leading `Pleroma.Web.RichMedia.Parsers.` part), but on adding custom module you need to use full name.",
2047 Pleroma.Web.RichMedia.Parsers.OEmbed,
2048 Pleroma.Web.RichMedia.Parsers.TwitterCard
2053 label: "TTL setters",
2054 type: {:list, :module},
2056 "List of rich media TTL setters. Module names are shortened (removed leading `Pleroma.Web.RichMedia.Parser.` part), but on adding custom module you need to use full name.",
2058 Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl
2062 key: :failure_backoff,
2065 "Amount of milliseconds after request failure, during which the request will not be retried.",
2066 suggestions: [60_000]
2072 key: Pleroma.Formatter,
2076 "Configuration for Pleroma's link formatter which parses mentions, hashtags, and URLs.",
2080 type: [:string, :boolean],
2081 description: "Specify the class to be added to the generated link. Disable to clear.",
2082 suggestions: ["auto-linker", false]
2086 type: [:string, :boolean],
2087 description: "Override the rel attribute. Disable to clear.",
2088 suggestions: ["ugc", "noopener noreferrer", false]
2093 description: "Link URLs will open in a new window/tab."
2097 type: [:integer, :boolean],
2099 "Set to a number to truncate URLs longer than the number. Truncated URLs will end in `...`",
2100 suggestions: [15, false]
2105 description: "Strip the scheme prefix."
2110 description: "Link URLs with rarely used schemes (magnet, ipfs, irc, etc.)"
2114 type: [:atom, :boolean],
2116 "Set to false to disable TLD validation for URLs/emails. Can be set to :no_scheme to validate TLDs only for URLs without a scheme (e.g `example.com` will be validated, but `http://example.loki` won't)",
2117 suggestions: [:no_scheme, true]
2123 key: Pleroma.ScheduledActivity,
2125 description: "Scheduled activities settings",
2128 key: :daily_user_limit,
2131 "The number of scheduled activities a user is allowed to create in a single day. Default: 25.",
2135 key: :total_user_limit,
2138 "The number of scheduled activities a user is allowed to create in total. Default: 300.",
2144 description: "Whether scheduled activities are sent to the job queue to be executed"
2150 key: Pleroma.Workers.PurgeExpiredActivity,
2152 description: "Expired activities settings",
2157 description: "Enables expired activities addition & deletion"
2162 description: "Minimum lifetime for ephemeral activity (in seconds)",
2169 label: "Pleroma Authenticator",
2171 description: "Authenticator",
2174 key: Pleroma.Web.Auth.Authenticator,
2176 suggestions: [Pleroma.Web.Auth.PleromaAuthenticator, Pleroma.Web.Auth.LDAPAuthenticator]
2186 "Use LDAP for user authentication. When a user logs in to the Pleroma instance, the name and password" <>
2187 " will be verified by trying to authenticate (bind) to a LDAP server." <>
2188 " If a user exists in the LDAP directory but there is no account with the same name yet on the" <>
2189 " Pleroma instance then a new Pleroma account will be created with the same name as the LDAP user name.",
2194 description: "Enables LDAP authentication"
2199 description: "LDAP server hostname",
2200 suggestions: ["localhosts"]
2205 description: "LDAP port, e.g. 389 or 636",
2206 suggestions: [389, 636]
2212 description: "Enable to use SSL, usually implies the port 636"
2216 label: "SSL options",
2218 description: "Additional SSL options",
2219 suggestions: [cacertfile: "path/to/file/with/PEM/cacerts", verify: :verify_peer],
2224 description: "Path to file with PEM encoded cacerts",
2225 suggestions: ["path/to/file/with/PEM/cacerts"]
2230 description: "Type of cert verification",
2231 suggestions: [:verify_peer]
2239 description: "Enable to use STARTTLS, usually implies the port 389"
2243 label: "TLS options",
2245 description: "Additional TLS options",
2246 suggestions: [cacertfile: "path/to/file/with/PEM/cacerts", verify: :verify_peer],
2251 description: "Path to file with PEM encoded cacerts",
2252 suggestions: ["path/to/file/with/PEM/cacerts"]
2257 description: "Type of cert verification",
2258 suggestions: [:verify_peer]
2265 description: "LDAP base, e.g. \"dc=example,dc=com\"",
2266 suggestions: ["dc=example,dc=com"]
2273 "LDAP attribute name to authenticate the user, e.g. when \"cn\", the filter will be \"cn=username,base\"",
2282 description: "Authentication / authorization settings",
2285 key: :enforce_oauth_admin_scope_usage,
2286 label: "Enforce OAuth admin scope usage",
2289 "OAuth admin scope requirement toggle. " <>
2290 "If enabled, admin actions explicitly demand admin OAuth scope(s) presence in OAuth token " <>
2291 "(client app must support admin scopes). If disabled and token doesn't have admin scope(s), " <>
2292 "`is_admin` user flag grants access to admin-specific actions."
2295 key: :auth_template,
2298 "Authentication form template. By default it's `show.html` which corresponds to `lib/pleroma/web/templates/o_auth/o_auth/show.html.ee`.",
2299 suggestions: ["show.html"]
2302 key: :oauth_consumer_template,
2303 label: "OAuth consumer template",
2306 "OAuth consumer mode authentication form template. By default it's `consumer.html` which corresponds to" <>
2307 " `lib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex`.",
2308 suggestions: ["consumer.html"]
2311 key: :oauth_consumer_strategies,
2312 label: "OAuth consumer strategies",
2313 type: {:list, :string},
2315 "The list of enabled OAuth consumer strategies. By default it's set by OAUTH_CONSUMER_STRATEGIES environment variable." <>
2316 " Each entry in this space-delimited string should be of format \"strategy\" or \"strategy:dependency\"" <>
2317 " (e.g. twitter or keycloak:ueberauth_keycloak_strategy in case dependency is named differently than ueberauth_<strategy>).",
2318 suggestions: ["twitter", "keycloak:ueberauth_keycloak_strategy"]
2324 key: :email_notifications,
2326 description: "Email notifications settings",
2332 "emails of \"what you've missed\" for users who have been inactive for a while",
2336 schedule: "0 0 * * 0",
2338 inactivity_threshold: 7
2346 description: "Globally enable or disable digest emails"
2352 "When to send digest email, in crontab format. \"0 0 0\" is the default, meaning \"once a week at midnight on Sunday morning\".",
2353 suggestions: ["0 0 * * 0"]
2358 description: "Minimum interval between digest emails to one user",
2362 key: :inactivity_threshold,
2364 description: "Minimum user inactivity threshold",
2373 key: Pleroma.Emails.UserEmail,
2375 description: "Email template settings",
2379 type: {:string, :image},
2380 description: "A path to a custom logo. Set it to `nil` to use the default Pleroma logo.",
2381 suggestions: ["some/path/logo.png"]
2386 description: "A map with color settings for email templates.",
2389 link_color: "#d8a070",
2390 background_color: "#2C3645",
2391 content_background_color: "#1B2635",
2392 header_color: "#d8a070",
2393 text_color: "#b9b9ba",
2394 text_muted_color: "#b9b9ba"
2401 suggestions: ["#d8a070"]
2404 key: :background_color,
2406 suggestions: ["#2C3645"]
2409 key: :content_background_color,
2411 suggestions: ["#1B2635"]
2416 suggestions: ["#d8a070"]
2421 suggestions: ["#b9b9ba"]
2424 key: :text_muted_color,
2426 suggestions: ["#b9b9ba"]
2434 key: Pleroma.Emails.NewUsersDigestEmail,
2436 description: "New users admin email digest",
2441 description: "Enables new users admin digest email when `true`"
2450 description: "Configure OAuth 2 provider capabilities",
2453 key: :token_expires_in,
2455 description: "The lifetime in seconds of the access token",
2456 suggestions: [2_592_000]
2459 key: :issue_new_refresh_token,
2462 "Keeps old refresh token or generate new refresh token when to obtain an access token"
2465 key: :clean_expired_tokens,
2467 description: "Enable a background job to clean expired OAuth tokens. Default: disabled."
2477 key: :shortcode_globs,
2478 type: {:list, :string},
2479 description: "Location of custom emoji files. * can be used as a wildcard.",
2480 suggestions: ["/emoji/custom/**/*.png"]
2483 key: :pack_extensions,
2484 type: {:list, :string},
2486 "A list of file extensions for emojis, when no emoji.txt for a pack is present",
2487 suggestions: [".png", ".gif"]
2491 type: {:keyword, {:list, :string}},
2493 "Emojis are ordered in groups (tags). This is an array of key-value pairs where the key is the group name" <>
2494 " and the value is the location or array of locations. * can be used as a wildcard.",
2496 Custom: ["/emoji/*.png", "/emoji/**/*.png"]
2500 key: :default_manifest,
2503 "Location of the JSON-manifest. This manifest contains information about the emoji-packs you can download." <>
2504 " Currently only one manifest can be added (no arrays).",
2505 suggestions: ["https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json"]
2508 key: :shared_pack_cache_seconds_per_file,
2509 label: "Shared pack cache s/file",
2512 "When an emoji pack is shared, the archive is created and cached in memory" <>
2513 " for this amount of seconds multiplied by the number of files.",
2523 "Rate limit settings. This is an advanced feature enabled only for :authentication by default.",
2527 type: [:tuple, {:list, :tuple}],
2528 description: "For the search requests (account & status search etc.)",
2529 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2533 type: [:tuple, {:list, :tuple}],
2534 description: "For requests to timelines (each timeline has it's own limiter)",
2535 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2538 key: :app_account_creation,
2539 type: [:tuple, {:list, :tuple}],
2540 description: "For registering user accounts from the same IP address",
2541 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2544 key: :relations_actions,
2545 type: [:tuple, {:list, :tuple}],
2546 description: "For actions on relationships with all users (follow, unfollow)",
2547 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2550 key: :relation_id_action,
2551 label: "Relation ID action",
2552 type: [:tuple, {:list, :tuple}],
2553 description: "For actions on relation with a specific user (follow, unfollow)",
2554 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2557 key: :statuses_actions,
2558 type: [:tuple, {:list, :tuple}],
2560 "For create / delete / fav / unfav / reblog / unreblog actions on any statuses",
2561 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2564 key: :status_id_action,
2565 label: "Status ID action",
2566 type: [:tuple, {:list, :tuple}],
2568 "For fav / unfav or reblog / unreblog actions on the same status by the same user",
2569 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2572 key: :authentication,
2573 type: [:tuple, {:list, :tuple}],
2574 description: "For authentication create / password check / user existence check requests",
2575 suggestions: [{60_000, 15}]
2581 label: "Mime Types",
2583 description: "Mime Types settings",
2590 "application/xml" => ["xml"],
2591 "application/xrd+xml" => ["xrd+xml"],
2592 "application/jrd+json" => ["jrd+json"],
2593 "application/activity+json" => ["activity+json"],
2594 "application/ld+json" => ["activity+json"]
2599 key: "application/xml",
2600 type: {:list, :string},
2601 suggestions: ["xml"]
2604 key: "application/xrd+xml",
2605 type: {:list, :string},
2606 suggestions: ["xrd+xml"]
2609 key: "application/jrd+json",
2610 type: {:list, :string},
2611 suggestions: ["jrd+json"]
2614 key: "application/activity+json",
2615 type: {:list, :string},
2616 suggestions: ["activity+json"]
2619 key: "application/ld+json",
2620 type: {:list, :string},
2621 suggestions: ["activity+json"]
2632 description: "HTTP settings",
2636 label: "HTTP Pool Request Timeout",
2638 description: "Timeout for initiating HTTP requests (in ms, default 5000)",
2642 key: :receive_timeout,
2643 label: "HTTP Receive Timeout",
2646 "Timeout for waiting on remote servers to respond to HTTP requests (in ms, default 15000)",
2647 suggestions: [15000]
2654 "Proxy URL - of the format http://host:port. Advise setting in .exs instead of admin-fe due to this being set at boot-time.",
2655 suggestions: ["http://localhost:3128"]
2659 type: [:string, :atom],
2661 "What user agent to use. Must be a string or an atom `:default`. Default value is `:default`.",
2662 suggestions: ["Pleroma", :default]
2667 description: "Number of concurrent outbound HTTP requests to allow. Default 50.",
2673 description: "Adapter specific options",
2679 label: "SSL Options",
2680 description: "SSL options for HTTP adapter",
2684 type: {:list, :atom},
2685 description: "List of TLS version to use",
2686 suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
2697 label: "Markup Settings",
2701 key: :allow_inline_images,
2705 key: :allow_headings,
2718 type: {:list, :module},
2720 "Module names are shortened (removed leading `Pleroma.HTML.` part), but on adding custom module you need to use full name.",
2721 suggestions: [Pleroma.HTML.Transform.MediaProxy, Pleroma.HTML.Scrubber.Default]
2731 key: :deny_follow_blocked,
2742 key: :restricted_nicknames,
2743 type: {:list, :string},
2744 description: "List of nicknames users may not register with.",
2763 "ostatus_subscribe",
2779 key: :email_blacklist,
2780 type: {:list, :string},
2781 description: "List of email domains users may not register with.",
2782 suggestions: ["mailinator.com", "maildrop.cc"]
2788 label: "CORS plug config",
2794 suggestions: [86_400]
2798 type: {:list, :string},
2799 suggestions: ["POST", "PUT", "DELETE", "GET", "PATCH", "OPTIONS"]
2803 type: {:list, :string},
2806 "X-RateLimit-Reset",
2807 "X-RateLimit-Limit",
2808 "X-RateLimit-Remaining",
2819 type: {:list, :string},
2820 suggestions: ["Authorization", "Content-Type", "Idempotency-Key"]
2826 key: Pleroma.Web.Plugs.RemoteIp,
2829 `Pleroma.Web.Plugs.RemoteIp` is a shim to call [`RemoteIp`](https://git.pleroma.social/pleroma/remote_ip) but with runtime configuration.
2830 **If your instance is not behind at least one reverse proxy, you should not enable this plug.**
2836 description: "Enable/disable the plug. Default: disabled."
2840 type: {:list, :string},
2842 A list of strings naming the HTTP headers to use when deriving the true client IP. Default: `["x-forwarded-for"]`.
2847 type: {:list, :string},
2849 "A list of upstream proxy IP subnets in CIDR notation from which we will parse the content of `headers`. Defaults to `[]`. IPv4 entries without a bitmask will be assumed to be /32 and IPv6 /128."
2853 type: {:list, :string},
2855 A list of reserved IP subnets in CIDR notation which should be ignored if found in `headers`. Defaults to `["127.0.0.0/8", "::1/128", "fc00::/7", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]`
2862 key: :web_cache_ttl,
2863 label: "Web cache TTL",
2866 "The expiration time for the web responses cache. Values should be in milliseconds or `nil` to disable expiration.",
2872 "Activity pub routes (except question activities). Default: `nil` (no expiration).",
2876 key: :activity_pub_question,
2878 description: "Activity pub routes (question activities). Default: `30_000` (30 seconds).",
2879 suggestions: [30_000]
2889 "Render profiles and posts using server-generated HTML that is viewable without using JavaScript",
2894 description: "Enables the rendering of static HTML. Default: disabled."
2902 description: "Configure feed rendering",
2907 description: "Configure title rendering",
2912 description: "Maximum number of characters before truncating title",
2918 description: "Replacement which will be used after truncating string",
2919 suggestions: ["..."]
2927 key: :mrf_follow_bot,
2929 related_policy: "Pleroma.Web.ActivityPub.MRF.FollowBotPolicy",
2930 label: "MRF FollowBot Policy",
2932 description: "Automatically follows newly discovered accounts.",
2935 key: :follower_nickname,
2937 description: "The name of the bot account to use for following newly discovered users.",
2938 suggestions: ["followbot"]
2946 description: "Custom Runtime Modules",
2951 description: "A path to custom Elixir modules (such as MRF policies)."
2959 description: "Settings for notifications streamer",
2964 description: "Number of workers to send notifications",
2968 key: :overflow_workers,
2970 description: "Maximum number of workers created if pool is empty",
2977 key: :restrict_unauthenticated,
2978 label: "Restrict Unauthenticated",
2980 description: "Disallow unauthenticated viewing of timelines, user profiles and statuses.",
2985 description: "Settings for public and federated timelines.",
2990 description: "Disallow viewing the public timeline."
2995 description: "Disallow viewing the whole known network timeline."
3002 description: "Settings for user profiles.",
3007 description: "Disallow viewing local user profiles."
3012 description: "Disallow viewing remote user profiles."
3019 description: "Settings for posts.",
3024 description: "Disallow viewing local posts."
3029 description: "Disallow viewing remote posts."
3037 key: Pleroma.Web.ApiSpec.CastAndValidate,
3044 "Enables strict input validation (useful in development, not recommended in production)"
3050 key: :instances_favicons,
3052 description: "Control favicons for instances",
3057 description: "Allow/disallow displaying and getting instances favicons"
3063 key: :instances_nodeinfo,
3065 description: "Control favicons for instances",
3070 description: "Allow/disallow getting instance nodeinfo"
3078 descriptions: "S3 service related settings",
3081 key: :access_key_id,
3083 description: "S3 access key ID",
3084 suggestions: ["AKIAQ8UKHTGIYN7DMWWJ"]
3087 key: :secret_access_key,
3089 description: "Secret access key",
3090 suggestions: ["JFGt+fgH1UQ7vLUQjpW+WvjTdV/UNzVxcwn7DkaeFKtBS5LvoXvIiME4NQBsT6ZZ"]
3095 description: "S3 host",
3096 suggestions: ["s3.eu-central-1.amazonaws.com"]
3101 description: "S3 region (for AWS)",
3102 suggestions: ["us-east-1"]
3110 description: "Installed frontends management",
3115 description: "Primary frontend, the one that is served for all pages by default",
3116 children: installed_frontend_options
3121 description: "Admin frontend",
3122 children: installed_frontend_options
3127 description: "Mastodon frontend",
3128 children: installed_frontend_options
3133 description: "Swagger API reference frontend",
3135 installed_frontend_options ++
3141 description: "Whether to have this enabled at all"
3149 "A map containing available frontends and parameters for their installation.",
3150 children: frontend_options
3156 key: Pleroma.Web.Preload,
3158 description: "Preload-related settings",
3162 type: {:list, :module},
3163 description: "List of preload providers to enable",
3165 Pleroma.Web.Preload.Providers.Instance,
3166 Pleroma.Web.Preload.Providers.User,
3167 Pleroma.Web.Preload.Providers.Timelines,
3168 Pleroma.Web.Preload.Providers.StatusNet
3177 description: "Majic/libmagic configuration",
3182 description: "Number of majic workers to start.",
3189 key: Pleroma.User.Backup,
3191 description: "Account Backup",
3194 key: :purge_after_days,
3196 description: "Remove backup achives after N days",
3202 description: "Limit user to export not more often than once per N days",
3209 key: ConcurrentLimiter,
3211 description: "Limits configuration for background tasks.",
3214 key: Pleroma.Web.RichMedia.Helpers,
3216 description: "Concurrent limits configuration for getting RichMedia for activities.",
3217 suggestions: [max_running: 5, max_waiting: 5],
3222 description: "Max running concurrently jobs.",
3228 description: "Max waiting jobs.",
3234 key: Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy,
3236 description: "Concurrent limits configuration for MediaProxyWarmingPolicy.",
3237 suggestions: [max_running: 5, max_waiting: 5],
3242 description: "Max running concurrently jobs.",
3248 description: "Max waiting jobs.",
3257 key: Pleroma.Search,
3260 description: "General search settings.",
3265 description: "Selected search module.",
3266 suggestions: {:list_behaviour_implementations, Pleroma.Search.SearchBackend}
3272 key: Pleroma.Search.Meilisearch,
3274 description: "Meilisearch settings.",
3279 description: "Meilisearch URL.",
3280 suggestion: ["http://127.0.0.1:7700/"]
3286 "Private key for meilisearch authentication, or `nil` to disable private key authentication.",
3290 key: :initial_indexing_chunk_size,
3293 "Amount of posts in a batch when running the initial indexing operation. Should probably not be more than 100000" <>
3294 " since there's a limit on maximum insert size",
3295 suggestion: [100_000]
3301 key: Pleroma.Search.Elasticsearch.Cluster,
3302 label: "Elasticsearch",
3304 description: "Elasticsearch settings.",
3309 description: "Elasticsearch URL.",
3310 suggestion: ["http://127.0.0.1:9200/"]
3315 description: "Username to connect to ES. Set to nil if your cluster is unauthenticated.",
3316 suggestion: ["elastic"]
3321 description: "Password to connect to ES. Set to nil if your cluster is unauthenticated.",
3322 suggestion: ["changeme"]
3328 "The API module used by Elasticsearch. Should always be Elasticsearch.API.HTTP",
3329 suggestion: [Elasticsearch.API.HTTP]
3335 "The JSON module used to encode/decode when communicating with Elasticsearch",
3341 description: "The indices to set up in Elasticsearch",
3346 description: "Config for the index to use for activities",
3352 "Path to the file containing index settings for the activities index. Should contain a mapping.",
3353 suggestion: ["priv/es-mappings/activity.json"]
3358 description: "The internal store module",
3359 suggestion: [Pleroma.Search.Elasticsearch.Store]
3363 type: {:list, :module},
3364 description: "The internal types to use for this index",
3365 suggestion: [[Pleroma.Activity]]
3368 key: :bulk_page_size,
3370 description: "Size for bulk put requests, mostly used on building the index",
3374 key: :bulk_wait_interval,
3376 description: "Time to wait between bulk put requests (in ms)",
3377 suggestion: [15_000]
3389 description: "Translation Settings",
3394 description: "Is translation enabled?",
3395 suggestion: [true, false]
3400 description: "Translation module.",
3401 suggestions: {:list_behaviour_implementations, Pleroma.Akkoma.Translator}
3410 description: "DeepL Settings.",
3414 type: {:dropdown, :atom},
3415 description: "API Tier",
3416 suggestions: [:free, :pro]
3421 description: "API key for DeepL",
3428 key: :libre_translate,
3430 description: "LibreTranslate Settings.",
3435 description: "URL for libretranslate",
3441 description: "API key for libretranslate",
3448 key: :argos_translate,
3450 description: "ArgosTranslate Settings.",
3453 key: :command_argos_translate,
3456 "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.",
3457 suggestion: ["argos-translate"]
3460 key: :command_argospm,
3463 "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.",
3464 suggestion: ["argospm"]
3469 description: "Strip html from the post before translating it."