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 label: "Admin Email Address",
516 description: "Email used to reach an Administrator/Moderator of the instance",
523 label: "Sender Email Address",
525 description: "Envelope FROM address for mail sent via Pleroma",
534 "The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
542 description: "Posts character limit (CW/Subject included in the counter)",
550 description: "Character limit of the instance chat messages",
558 description: "Hard character limit beyond which remote posts will be dropped",
566 description: "File size limit of uploads (except for avatar, background, banner)",
572 key: :avatar_upload_limit,
574 description: "File size limit of user's profile avatars",
580 key: :background_upload_limit,
582 description: "File size limit of user's profile backgrounds",
588 key: :banner_upload_limit,
590 description: "File size limit of user's profile banners",
598 description: "A map with poll limits for local polls",
602 max_option_chars: 200,
604 max_expiration: 31_536_000
611 description: "Maximum number of options",
615 key: :max_option_chars,
617 description: "Maximum number of characters per option",
621 key: :min_expiration,
623 description: "Minimum expiration time (in seconds)",
627 key: :max_expiration,
629 description: "Maximum expiration time (in seconds)",
635 key: :registrations_open,
638 "Enable registrations for anyone. Invitations require this setting to be disabled."
641 key: :invites_enabled,
644 "Enable user invitations for admins (depends on `registrations_open` being disabled)"
647 key: :account_activation_required,
649 description: "Require users to confirm their emails before signing in"
652 key: :account_approval_required,
654 description: "Require users to be manually approved by an admin before signing in"
659 description: "Enable federation with other instances"
662 key: :federation_incoming_replies_max_depth,
663 label: "Fed. incoming replies max depth",
666 "Max. depth of reply-to and reply activities fetching on incoming federation, to prevent out-of-memory situations while" <>
667 " 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.",
673 key: :federation_reachability_timeout_days,
674 label: "Fed. reachability timeout days",
677 "Timeout (in days) of each external federation target being unreachable prior to pausing federating to it",
685 description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance"
691 "Makes the client API in authenticated mode-only except for user-profiles." <>
692 " Useful for disabling the Local Timeline and The Whole Known Network. " <>
693 " Note: when setting to `false`, please also check `:restrict_unauthenticated` setting."
696 key: :quarantined_instances,
697 type: {:list, :string},
699 "List of ActivityPub instances where private (DMs, followers-only) activities will not be sent",
708 description: "Instance static directory",
714 key: :allowed_post_formats,
715 type: {:list, :string},
716 description: "MIME-type list of formats allowed to be posted (transformed into HTML)",
725 key: :extended_nickname_format,
728 "Enable to use extended local nicknames format (allows underscores/dashes)." <>
729 " This will break federation with older software for theses nicknames."
732 key: :cleanup_attachments,
735 Enable to remove associated attachments when status is removed.
736 This will not affect duplicates and attachments without status.
737 Enabling this will increase load to database when deleting statuses on larger instances.
741 key: :max_pinned_statuses,
743 description: "The maximum number of pinned statuses. 0 will disable the feature.",
751 key: :autofollowed_nicknames,
752 type: {:list, :string},
754 "Set to nicknames of (local) users that every new user should automatically follow"
757 key: :autofollowing_nicknames,
758 type: {:list, :string},
760 "Set to nicknames of (local) users that automatically follows every newly registered user"
763 key: :attachment_links,
765 description: "Enable to automatically add attachment link text to statuses"
768 key: :max_report_comment_size,
770 description: "The maximum size of the report comment. Default: 1000.",
776 key: :safe_dm_mentions,
777 label: "Safe DM mentions",
780 "If enabled, only mentions at the beginning of a post will be used to address people in direct messages." <>
781 " This is to prevent accidental mentioning of people when talking about them (e.g. \"@admin please keep an eye on @bad_actor\")." <>
787 description: "If enabled, system data will be shown on `/api/pleroma/healthcheck`"
790 key: :remote_post_retention_days,
793 "The default amount of days to retain remote posts when pruning the database",
799 key: :user_bio_length,
801 description: "A user bio maximum length. Default: 5000.",
807 key: :user_name_length,
809 description: "A user name maximum length. Default: 100.",
815 key: :skip_thread_containment,
817 description: "Skip filtering out broken threads. Default: enabled."
820 key: :limit_to_local_content,
821 type: {:dropdown, :atom},
823 "Limit unauthenticated users to search for local statutes and users only. Default: `:unauthenticated`.",
831 key: :max_account_fields,
833 description: "The maximum number of custom fields in the user profile. Default: 10.",
839 key: :max_remote_account_fields,
842 "The maximum number of custom fields in the remote user profile. Default: 20.",
848 key: :account_field_name_length,
850 description: "An account field name maximum length. Default: 512.",
856 key: :account_field_value_length,
858 description: "An account field value maximum length. Default: 2048.",
864 key: :registration_reason_length,
866 description: "Maximum registration reason length. Default: 500.",
872 key: :external_user_synchronization,
874 description: "Enabling following/followers counters synchronization for external users"
877 key: :multi_factor_authentication,
879 description: "Multi-factor authentication settings",
882 totp: [digits: 6, period: 30],
883 backup_codes: [number: 5, length: 16]
889 label: "TOTP settings",
891 description: "TOTP settings",
892 suggestions: [digits: 6, period: 30],
899 "Determines the length of a one-time pass-code, in characters. Defaults to 6 characters."
906 "A period for which the TOTP code will be valid, in seconds. Defaults to 30 seconds."
913 description: "MFA backup codes settings",
914 suggestions: [number: 5, length: 16],
920 description: "Number of backup codes to generate."
927 "Determines the length of backup one-time pass-codes, in characters. Defaults to 16 characters."
934 key: :instance_thumbnail,
935 type: {:string, :image},
937 "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.",
938 suggestions: ["/instance/thumbnail.jpeg"]
941 key: :show_reactions,
943 description: "Let favourites and emoji reactions be viewed through the API."
951 description: "Welcome messages settings",
954 key: :direct_message,
956 descpiption: "Direct message settings",
961 description: "Enables sending a direct message to newly registered users"
966 description: "A message that will be sent to newly registered users",
968 "Hi, @username! Welcome on board!"
972 key: :sender_nickname,
974 description: "The nickname of the local user that sends a welcome message",
984 descpiption: "Chat message settings",
989 description: "Enables sending a chat message to newly registered users"
995 "A message that will be sent to newly registered users as a chat message",
997 "Hello, welcome on board!"
1001 key: :sender_nickname,
1003 description: "The nickname of the local user that sends a welcome chat message",
1013 descpiption: "Email message settings",
1018 description: "Enables sending an email to newly registered users"
1022 type: [:string, :tuple],
1024 "Email address and/or nickname that will be used to send the welcome email.",
1026 {"Pleroma App", "welcome@pleroma.app"}
1033 "Subject of the welcome email. EEX template with user and instance_name variables can be used.",
1034 suggestions: ["Welcome to <%= instance_name%>"]
1040 "HTML content of the welcome email. EEX template with user and instance_name variables can be used.",
1041 suggestions: ["<h1>Hello <%= user.name%>. Welcome to <%= instance_name%></h1>"]
1047 "Text content of the welcome email. EEX template with user and instance_name variables can be used.",
1048 suggestions: ["Hello <%= user.name%>. \n Welcome to <%= instance_name%>\n"]
1057 description: "Logger-related settings",
1061 type: [:atom, :tuple, :module],
1063 "Where logs will be sent, :console - send logs to stdout, { ExSyslogger, :ex_syslogger } - to syslog, Quack.Logger - to Slack.",
1064 suggestions: [:console, {ExSyslogger, :ex_syslogger}, Quack.Logger]
1072 label: "ExSyslogger",
1073 description: "ExSyslogger-related settings",
1077 type: {:dropdown, :atom},
1078 description: "Log level",
1079 suggestions: [:debug, :info, :warn, :error]
1085 "A string that's prepended to every message, and is typically set to the app name",
1086 suggestions: ["pleroma"]
1091 description: "Default: \"$date $time [$level] $levelpad$node $metadata $message\"",
1092 suggestions: ["$metadata[$level] $message"]
1096 type: {:list, :atom},
1097 suggestions: [:request_id]
1105 label: "Console Logger",
1106 description: "Console logger settings",
1110 type: {:dropdown, :atom},
1111 description: "Log level",
1112 suggestions: [:debug, :info, :warn, :error]
1117 description: "Default: \"$date $time [$level] $levelpad$node $metadata $message\"",
1118 suggestions: ["$metadata[$level] $message"]
1122 type: {:list, :atom},
1123 suggestions: [:request_id]
1130 label: "Quack Logger",
1131 description: "Quack-related settings",
1135 type: {:dropdown, :atom},
1136 description: "Log level",
1137 suggestions: [:debug, :info, :warn, :error]
1141 type: {:list, :atom},
1142 description: "Configure which metadata you want to report on",
1159 label: "Webhook URL",
1161 description: "Configure the Slack incoming webhook",
1162 suggestions: ["https://hooks.slack.com/services/YOUR-KEY-HERE"]
1168 key: :frontend_configurations,
1171 "This form can be used to configure a keyword list that keeps the configuration data for any " <>
1172 "kind of frontend. By default, settings for pleroma_fe and masto_fe are configured. If you want to " <>
1173 "add your own configuration your settings all fields must be complete.",
1177 label: "Pleroma FE",
1179 description: "Settings for Pleroma FE",
1182 alwaysShowSubjectInput: true,
1183 background: "/static/aurora_borealis.jpg",
1184 collapseMessageWithSubject: false,
1187 hideFilteredStatuses: false,
1188 hideMutedPosts: false,
1189 hidePostStats: false,
1190 hideSitename: false,
1191 hideUserStats: false,
1192 loginMethod: "password",
1193 logo: "/static/logo.svg",
1196 minimalScopesMode: false,
1197 noAttachmentLinks: false,
1198 nsfwCensorImage: "/static/img/nsfw.74818f9.png",
1199 postContentType: "text/plain",
1200 redirectRootLogin: "/main/friends",
1201 redirectRootNoLogin: "/main/all",
1203 sidebarRight: false,
1204 showFeaturesPanel: true,
1205 showInstanceSpecificPanel: false,
1206 subjectLineBehavior: "email",
1207 theme: "pleroma-dark",
1208 webPushNotifications: false
1213 key: :alwaysShowSubjectInput,
1214 label: "Always show subject input",
1216 description: "When disabled, auto-hide the subject field if it's empty"
1220 type: {:string, :image},
1222 "URL of the background, unless viewing a user profile with a background that is set",
1223 suggestions: ["/images/city.jpg"]
1226 key: :collapseMessageWithSubject,
1227 label: "Collapse message with subject",
1230 "When a message has a subject (aka Content Warning), collapse it by default"
1234 label: "PleromaFE Chat",
1236 description: "Disables PleromaFE Chat component"
1242 description: "Enables green text on lines prefixed with the > character"
1245 key: :hideFilteredStatuses,
1246 label: "Hide Filtered Statuses",
1248 description: "Hides filtered statuses from timelines"
1251 key: :hideMutedPosts,
1252 label: "Hide Muted Posts",
1254 description: "Hides muted statuses from timelines"
1257 key: :hidePostStats,
1258 label: "Hide post stats",
1260 description: "Hide notices statistics (repeats, favorites, ...)"
1264 label: "Hide Sitename",
1266 description: "Hides instance name from PleromaFE banner"
1269 key: :hideUserStats,
1270 label: "Hide user stats",
1273 "Hide profile statistics (posts, posts per day, followers, followings, ...)"
1277 type: {:string, :image},
1278 description: "URL of the logo, defaults to Pleroma's logo",
1279 suggestions: ["/static/logo.svg"]
1283 label: "Logo margin",
1286 "Allows you to adjust vertical margins between logo boundary and navbar borders. " <>
1287 "The idea is that to have logo's image without any extra margins and instead adjust them to your need in layout.",
1288 suggestions: [".1em"]
1295 "By default it assumes logo used will be monochrome with alpha channel to be compatible with both light and dark themes. " <>
1296 "If you want a colorful logo you must disable logoMask."
1299 key: :minimalScopesMode,
1300 label: "Minimal scopes mode",
1303 "Limit scope selection to Direct, User default, and Scope of post replying to. " <>
1304 "Also prevents replying to a DM with a public post from PleromaFE."
1307 key: :nsfwCensorImage,
1308 label: "NSFW Censor Image",
1309 type: {:string, :image},
1311 "URL of the image to use for hiding NSFW media attachments in the timeline",
1312 suggestions: ["/static/img/nsfw.74818f9.png"]
1315 key: :postContentType,
1316 label: "Post Content Type",
1317 type: {:dropdown, :atom},
1318 description: "Default post formatting option",
1319 suggestions: ["text/plain", "text/html", "text/markdown", "text/bbcode"]
1322 key: :redirectRootNoLogin,
1323 label: "Redirect root no login",
1326 "Relative URL which indicates where to redirect when a user isn't logged in",
1327 suggestions: ["/main/all"]
1330 key: :redirectRootLogin,
1331 label: "Redirect root login",
1334 "Relative URL which indicates where to redirect when a user is logged in",
1335 suggestions: ["/main/friends"]
1339 label: "Scope copy",
1341 description: "Copy the scope (private/unlisted/public) in replies to posts by default"
1345 label: "Sidebar on Right",
1347 description: "Change alignment of sidebar and panels to the right"
1350 key: :showFeaturesPanel,
1351 label: "Show instance features panel",
1354 "Enables panel displaying functionality of the instance on the About page"
1357 key: :showInstanceSpecificPanel,
1358 label: "Show instance specific panel",
1360 description: "Whether to show the instance's custom panel"
1363 key: :subjectLineBehavior,
1364 label: "Subject line behavior",
1366 description: "Allows changing the default behaviour of subject lines in replies.
1367 `email`: copy and preprend re:, as in email,
1368 `masto`: copy verbatim, as in Mastodon,
1369 `noop`: don't copy the subject.",
1370 suggestions: ["email", "masto", "noop"]
1375 description: "Which theme to use. Available themes are defined in styles.json",
1376 suggestions: ["pleroma-dark"]
1384 description: "Settings for Masto FE",
1387 showInstanceSpecificPanel: true
1392 key: :showInstanceSpecificPanel,
1393 label: "Show instance specific panel",
1395 description: "Whenether to show the instance's specific panel"
1406 "This section configures assets to be used with various frontends. Currently the only option relates to mascots on the mastodon frontend",
1410 type: {:keyword, :map},
1412 "Keyword of mascots, each element must contain both an URL and a mime_type key",
1415 url: "/images/pleroma-fox-tan-smol.png",
1416 mime_type: "image/png"
1418 pleroma_fox_tan_shy: %{
1419 url: "/images/pleroma-fox-tan-shy.png",
1420 mime_type: "image/png"
1425 key: :default_mascot,
1428 "This will be used as the default mascot on MastoFE. Default: `:pleroma_fox_tan`",
1434 key: :default_user_avatar,
1435 type: {:string, :image},
1436 description: "URL of the default user avatar",
1437 suggestions: ["/images/avi.png"]
1446 "This section describe PWA manifest instance-specific values. Currently this option relate only for MastoFE.",
1450 type: {:list, :map},
1451 description: "Describe the icons of the app",
1454 src: "/static/logo.png"
1457 src: "/static/icon.png",
1461 src: "/static/icon.ico",
1462 sizes: "72x72 96x96 128x128 256x256"
1469 description: "Describe the theme color of the app",
1470 suggestions: ["#282c37", "mediumpurple"]
1473 key: :background_color,
1475 description: "Describe the background color of the app",
1476 suggestions: ["#191b22", "aliceblue"]
1484 description: "Media proxy",
1489 description: "Enables proxying of remote media via the instance's proxy"
1496 "The base URL to access a user-uploaded file. Useful when you want to proxy the media files via another host/CDN fronts.",
1497 suggestions: ["https://example.com"]
1505 provider: Pleroma.Web.MediaProxy.Invalidation.Script
1511 description: "Enables media cache object invalidation."
1516 description: "Module which will be used to purge objects from the cache.",
1518 Pleroma.Web.MediaProxy.Invalidation.Script,
1519 Pleroma.Web.MediaProxy.Invalidation.Http
1526 label: "Advanced MediaProxy Options",
1528 description: "Internal Pleroma.ReverseProxy settings",
1530 redirect_on_failure: false,
1531 max_body_length: 25 * 1_048_576,
1532 max_read_duration: 30_000
1536 key: :redirect_on_failure,
1539 Redirects the client to the origin server upon encountering HTTP errors.\n
1540 Note that files larger than Max Body Length will trigger an error. (e.g., Peertube videos)\n\n
1541 **WARNING:** This setting will allow larger files to be accessed, but exposes the\n
1542 IP addresses of your users to the other servers, bypassing the MediaProxy.
1546 key: :max_body_length,
1549 "Maximum file size (in bytes) allowed through the Pleroma MediaProxy cache."
1552 key: :max_read_duration,
1554 description: "Timeout (in milliseconds) of GET request to the remote URI."
1560 type: {:list, :string},
1561 description: "List of hosts with scheme to bypass the MediaProxy",
1562 suggestions: ["http://example.com"]
1568 key: :media_preview_proxy,
1570 description: "Media preview proxy",
1576 "Enables proxying of remote media preview to the instance's proxy. Requires enabled media proxy."
1579 key: :thumbnail_max_width,
1582 "Max width of preview thumbnail for images (video preview always has original dimensions)."
1585 key: :thumbnail_max_height,
1588 "Max height of preview thumbnail for images (video preview always has original dimensions)."
1591 key: :image_quality,
1593 description: "Quality of the output. Ranges from 0 (min quality) to 100 (max quality)."
1596 key: :min_content_length,
1599 "Min content length (in bytes) to perform preview. Media smaller in size will be served without thumbnailing."
1605 key: Pleroma.Web.MediaProxy.Invalidation.Http,
1607 description: "HTTP invalidate settings",
1612 description: "HTTP method of request. Default: :purge"
1616 type: {:keyword, :string},
1617 description: "HTTP headers of request",
1618 suggestions: [{"x-refresh", 1}]
1623 description: "Request options",
1627 type: {:map, :string}
1635 key: Pleroma.Web.MediaProxy.Invalidation.Script,
1637 description: "Invalidation script settings",
1642 description: "Path to executable script which will purge cached items.",
1643 suggestions: ["./installation/nginx-cache-purge.sh.example"]
1647 label: "URL Format",
1650 "Optional URL format preprocessing. Only required for Apache's htcacheclean.",
1651 suggestions: [":htcacheclean"]
1659 description: "Gopher settings",
1664 description: "Enables the gopher interface"
1670 description: "IP address to bind to",
1671 suggestions: [{0, 0, 0, 0}]
1676 description: "Port to bind to",
1682 description: "Port advertised in URLs (optional, defaults to port)",
1690 label: "ActivityPub",
1692 description: "ActivityPub-related settings",
1695 key: :unfollow_blocked,
1697 description: "Whether blocks result in people getting unfollowed"
1700 key: :outgoing_blocks,
1702 description: "Whether to federate blocks to other instances"
1705 key: :sign_object_fetches,
1707 description: "Sign object fetches with HTTP signatures"
1710 key: :note_replies_output_limit,
1713 "The number of Note replies' URIs to be included with outgoing federation (`5` to match Mastodon hardcoded value, `0` to disable the output)"
1716 key: :follow_handshake_timeout,
1718 description: "Following handshake timeout",
1725 key: :http_security,
1726 label: "HTTP security",
1728 description: "HTTP security settings",
1733 description: "Whether the managed content security policy is enabled"
1739 description: "Whether to additionally send a Strict-Transport-Security header"
1743 label: "STS max age",
1745 description: "The maximum age for the Strict-Transport-Security header if sent",
1746 suggestions: [31_536_000]
1750 label: "CT max age",
1752 description: "The maximum age for the Expect-CT header if sent",
1753 suggestions: [2_592_000]
1756 key: :referrer_policy,
1758 description: "The referrer policy to use, either \"same-origin\" or \"no-referrer\"",
1759 suggestions: ["same-origin", "no-referrer"]
1763 label: "Report URI",
1765 description: "Adds the specified URL to report-uri and report-to group in CSP header",
1766 suggestions: ["https://example.com/report-uri"]
1771 group: :web_push_encryption,
1772 key: :vapid_details,
1773 label: "Vapid Details",
1776 "Web Push Notifications configuration. You can use the mix task mix web_push.gen.keypair to generate it.",
1782 "A mailto link for the administrative contact." <>
1783 " It's best if this email is not a personal email address, but rather a group email to the instance moderation team.",
1784 suggestions: ["mailto:moderators@pleroma.com"]
1789 description: "VAPID public key",
1790 suggestions: ["Public key"]
1795 description: "VAPID private key",
1796 suggestions: ["Private key"]
1802 key: Pleroma.Captcha,
1804 description: "Captcha-related settings",
1809 description: "Whether the captcha should be shown on registration"
1814 description: "The method/service to use for captcha",
1815 suggestions: [Pleroma.Captcha.Kocaptcha, Pleroma.Captcha.Native]
1818 key: :seconds_valid,
1820 description: "The time in seconds for which the captcha is valid",
1827 key: Pleroma.Captcha.Kocaptcha,
1830 "Kocaptcha is a very simple captcha service with a single API endpoint, the source code is" <>
1831 " here: https://github.com/koto-bank/kocaptcha. The default endpoint (https://captcha.kotobank.ch) is hosted by the developer.",
1836 description: "The kocaptcha endpoint to use",
1837 suggestions: ["https://captcha.kotobank.ch"]
1843 label: "Pleroma Admin Token",
1846 "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)",
1851 description: "Admin token",
1853 "Please use a high entropy string or UUID"
1863 "[Oban](https://github.com/sorentwo/oban) asynchronous job processor configuration.",
1867 type: {:dropdown, :atom},
1868 description: "Logs verbose mode",
1869 suggestions: [false, :error, :warn, :info, :debug]
1873 type: {:keyword, :integer},
1875 "Background jobs queues (keys: queues, values: max numbers of concurrent jobs)",
1877 activity_expiration: 10,
1878 attachments_cleanup: 5,
1880 federator_incoming: 50,
1881 federator_outgoing: 50,
1883 scheduled_activities: 10,
1889 key: :activity_expiration,
1891 description: "Activity expiration queue",
1897 description: "Backup queue",
1901 key: :attachments_cleanup,
1903 description: "Attachment deletion queue",
1909 description: "Background queue",
1913 key: :federator_incoming,
1915 description: "Incoming federation queue",
1919 key: :federator_outgoing,
1921 description: "Outgoing federation queue",
1927 description: "Email sender queue, see Pleroma.Emails.Mailer",
1931 key: :scheduled_activities,
1933 description: "Scheduled activities queue, see Pleroma.ScheduledActivities",
1937 key: :transmogrifier,
1939 description: "Transmogrifier queue",
1945 description: "Web push notifications queue",
1952 type: {:list, :tuple},
1953 description: "Settings for cron background jobs",
1955 {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
1956 {"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker}
1965 description: "Includes custom worker options not interpretable directly by `Oban`",
1969 type: {:keyword, :integer},
1970 description: "Max retry attempts for failed jobs, per `Oban` queue",
1972 federator_incoming: 5,
1973 federator_outgoing: 5
1980 key: Pleroma.Web.Metadata,
1982 description: "Metadata-related settings",
1986 type: {:list, :module},
1987 description: "List of metadata providers to enable",
1989 Pleroma.Web.Metadata.Providers.OpenGraph,
1990 Pleroma.Web.Metadata.Providers.TwitterCard,
1991 Pleroma.Web.Metadata.Providers.RelMe,
1992 Pleroma.Web.Metadata.Providers.Feed
1997 label: "Unfurl NSFW",
1999 description: "When enabled NSFW attachments will be shown in previews"
2008 "If enabled the instance will parse metadata from attached links to generate link previews",
2013 description: "Enables RichMedia parsing of URLs"
2017 type: {:list, :string},
2018 description: "List of hosts which will be ignored by the metadata parser",
2019 suggestions: ["accounts.google.com", "xss.website"]
2023 label: "Ignore TLD",
2024 type: {:list, :string},
2025 description: "List TLDs (top-level domains) which will ignore for parse metadata",
2026 suggestions: ["local", "localdomain", "lan"]
2030 type: {:list, :module},
2032 "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.",
2034 Pleroma.Web.RichMedia.Parsers.OEmbed,
2035 Pleroma.Web.RichMedia.Parsers.TwitterCard
2040 label: "TTL setters",
2041 type: {:list, :module},
2043 "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.",
2045 Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl
2049 key: :failure_backoff,
2052 "Amount of milliseconds after request failure, during which the request will not be retried.",
2053 suggestions: [60_000]
2059 key: Pleroma.Formatter,
2063 "Configuration for Pleroma's link formatter which parses mentions, hashtags, and URLs.",
2067 type: [:string, :boolean],
2068 description: "Specify the class to be added to the generated link. Disable to clear.",
2069 suggestions: ["auto-linker", false]
2073 type: [:string, :boolean],
2074 description: "Override the rel attribute. Disable to clear.",
2075 suggestions: ["ugc", "noopener noreferrer", false]
2080 description: "Link URLs will open in a new window/tab."
2084 type: [:integer, :boolean],
2086 "Set to a number to truncate URLs longer than the number. Truncated URLs will end in `...`",
2087 suggestions: [15, false]
2092 description: "Strip the scheme prefix."
2097 description: "Link URLs with rarely used schemes (magnet, ipfs, irc, etc.)"
2101 type: [:atom, :boolean],
2103 "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)",
2104 suggestions: [:no_scheme, true]
2110 key: Pleroma.ScheduledActivity,
2112 description: "Scheduled activities settings",
2115 key: :daily_user_limit,
2118 "The number of scheduled activities a user is allowed to create in a single day. Default: 25.",
2122 key: :total_user_limit,
2125 "The number of scheduled activities a user is allowed to create in total. Default: 300.",
2131 description: "Whether scheduled activities are sent to the job queue to be executed"
2137 key: Pleroma.Workers.PurgeExpiredActivity,
2139 description: "Expired activities settings",
2144 description: "Enables expired activities addition & deletion"
2149 description: "Minimum lifetime for ephemeral activity (in seconds)",
2156 label: "Pleroma Authenticator",
2158 description: "Authenticator",
2161 key: Pleroma.Web.Auth.Authenticator,
2163 suggestions: [Pleroma.Web.Auth.PleromaAuthenticator, Pleroma.Web.Auth.LDAPAuthenticator]
2173 "Use LDAP for user authentication. When a user logs in to the Pleroma instance, the name and password" <>
2174 " will be verified by trying to authenticate (bind) to a LDAP server." <>
2175 " If a user exists in the LDAP directory but there is no account with the same name yet on the" <>
2176 " Pleroma instance then a new Pleroma account will be created with the same name as the LDAP user name.",
2181 description: "Enables LDAP authentication"
2186 description: "LDAP server hostname",
2187 suggestions: ["localhosts"]
2192 description: "LDAP port, e.g. 389 or 636",
2193 suggestions: [389, 636]
2199 description: "Enable to use SSL, usually implies the port 636"
2203 label: "SSL options",
2205 description: "Additional SSL options",
2206 suggestions: [cacertfile: "path/to/file/with/PEM/cacerts", verify: :verify_peer],
2211 description: "Path to file with PEM encoded cacerts",
2212 suggestions: ["path/to/file/with/PEM/cacerts"]
2217 description: "Type of cert verification",
2218 suggestions: [:verify_peer]
2226 description: "Enable to use STARTTLS, usually implies the port 389"
2230 label: "TLS options",
2232 description: "Additional TLS options",
2233 suggestions: [cacertfile: "path/to/file/with/PEM/cacerts", verify: :verify_peer],
2238 description: "Path to file with PEM encoded cacerts",
2239 suggestions: ["path/to/file/with/PEM/cacerts"]
2244 description: "Type of cert verification",
2245 suggestions: [:verify_peer]
2252 description: "LDAP base, e.g. \"dc=example,dc=com\"",
2253 suggestions: ["dc=example,dc=com"]
2260 "LDAP attribute name to authenticate the user, e.g. when \"cn\", the filter will be \"cn=username,base\"",
2269 description: "Authentication / authorization settings",
2272 key: :enforce_oauth_admin_scope_usage,
2273 label: "Enforce OAuth admin scope usage",
2276 "OAuth admin scope requirement toggle. " <>
2277 "If enabled, admin actions explicitly demand admin OAuth scope(s) presence in OAuth token " <>
2278 "(client app must support admin scopes). If disabled and token doesn't have admin scope(s), " <>
2279 "`is_admin` user flag grants access to admin-specific actions."
2282 key: :auth_template,
2285 "Authentication form template. By default it's `show.html` which corresponds to `lib/pleroma/web/templates/o_auth/o_auth/show.html.ee`.",
2286 suggestions: ["show.html"]
2289 key: :oauth_consumer_template,
2290 label: "OAuth consumer template",
2293 "OAuth consumer mode authentication form template. By default it's `consumer.html` which corresponds to" <>
2294 " `lib/pleroma/web/templates/o_auth/o_auth/consumer.html.eex`.",
2295 suggestions: ["consumer.html"]
2298 key: :oauth_consumer_strategies,
2299 label: "OAuth consumer strategies",
2300 type: {:list, :string},
2302 "The list of enabled OAuth consumer strategies. By default it's set by OAUTH_CONSUMER_STRATEGIES environment variable." <>
2303 " Each entry in this space-delimited string should be of format \"strategy\" or \"strategy:dependency\"" <>
2304 " (e.g. twitter or keycloak:ueberauth_keycloak_strategy in case dependency is named differently than ueberauth_<strategy>).",
2305 suggestions: ["twitter", "keycloak:ueberauth_keycloak_strategy"]
2311 key: :email_notifications,
2313 description: "Email notifications settings",
2319 "emails of \"what you've missed\" for users who have been inactive for a while",
2323 schedule: "0 0 * * 0",
2325 inactivity_threshold: 7
2333 description: "Globally enable or disable digest emails"
2339 "When to send digest email, in crontab format. \"0 0 0\" is the default, meaning \"once a week at midnight on Sunday morning\".",
2340 suggestions: ["0 0 * * 0"]
2345 description: "Minimum interval between digest emails to one user",
2349 key: :inactivity_threshold,
2351 description: "Minimum user inactivity threshold",
2360 key: Pleroma.Emails.UserEmail,
2362 description: "Email template settings",
2366 type: {:string, :image},
2367 description: "A path to a custom logo. Set it to `nil` to use the default Pleroma logo.",
2368 suggestions: ["some/path/logo.png"]
2373 description: "A map with color settings for email templates.",
2376 link_color: "#d8a070",
2377 background_color: "#2C3645",
2378 content_background_color: "#1B2635",
2379 header_color: "#d8a070",
2380 text_color: "#b9b9ba",
2381 text_muted_color: "#b9b9ba"
2388 suggestions: ["#d8a070"]
2391 key: :background_color,
2393 suggestions: ["#2C3645"]
2396 key: :content_background_color,
2398 suggestions: ["#1B2635"]
2403 suggestions: ["#d8a070"]
2408 suggestions: ["#b9b9ba"]
2411 key: :text_muted_color,
2413 suggestions: ["#b9b9ba"]
2421 key: Pleroma.Emails.NewUsersDigestEmail,
2423 description: "New users admin email digest",
2428 description: "Enables new users admin digest email when `true`"
2437 description: "Configure OAuth 2 provider capabilities",
2440 key: :token_expires_in,
2442 description: "The lifetime in seconds of the access token",
2443 suggestions: [2_592_000]
2446 key: :issue_new_refresh_token,
2449 "Keeps old refresh token or generate new refresh token when to obtain an access token"
2452 key: :clean_expired_tokens,
2454 description: "Enable a background job to clean expired OAuth tokens. Default: disabled."
2464 key: :shortcode_globs,
2465 type: {:list, :string},
2466 description: "Location of custom emoji files. * can be used as a wildcard.",
2467 suggestions: ["/emoji/custom/**/*.png"]
2470 key: :pack_extensions,
2471 type: {:list, :string},
2473 "A list of file extensions for emojis, when no emoji.txt for a pack is present",
2474 suggestions: [".png", ".gif"]
2478 type: {:keyword, {:list, :string}},
2480 "Emojis are ordered in groups (tags). This is an array of key-value pairs where the key is the group name" <>
2481 " and the value is the location or array of locations. * can be used as a wildcard.",
2483 Custom: ["/emoji/*.png", "/emoji/**/*.png"]
2487 key: :default_manifest,
2490 "Location of the JSON-manifest. This manifest contains information about the emoji-packs you can download." <>
2491 " Currently only one manifest can be added (no arrays).",
2492 suggestions: ["https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json"]
2495 key: :shared_pack_cache_seconds_per_file,
2496 label: "Shared pack cache s/file",
2499 "When an emoji pack is shared, the archive is created and cached in memory" <>
2500 " for this amount of seconds multiplied by the number of files.",
2510 "Rate limit settings. This is an advanced feature enabled only for :authentication by default.",
2514 type: [:tuple, {:list, :tuple}],
2515 description: "For the search requests (account & status search etc.)",
2516 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2520 type: [:tuple, {:list, :tuple}],
2521 description: "For requests to timelines (each timeline has it's own limiter)",
2522 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2525 key: :app_account_creation,
2526 type: [:tuple, {:list, :tuple}],
2527 description: "For registering user accounts from the same IP address",
2528 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2531 key: :relations_actions,
2532 type: [:tuple, {:list, :tuple}],
2533 description: "For actions on relationships with all users (follow, unfollow)",
2534 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2537 key: :relation_id_action,
2538 label: "Relation ID action",
2539 type: [:tuple, {:list, :tuple}],
2540 description: "For actions on relation with a specific user (follow, unfollow)",
2541 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2544 key: :statuses_actions,
2545 type: [:tuple, {:list, :tuple}],
2547 "For create / delete / fav / unfav / reblog / unreblog actions on any statuses",
2548 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2551 key: :status_id_action,
2552 label: "Status ID action",
2553 type: [:tuple, {:list, :tuple}],
2555 "For fav / unfav or reblog / unreblog actions on the same status by the same user",
2556 suggestions: [{1000, 10}, [{10_000, 10}, {10_000, 50}]]
2559 key: :authentication,
2560 type: [:tuple, {:list, :tuple}],
2561 description: "For authentication create / password check / user existence check requests",
2562 suggestions: [{60_000, 15}]
2571 "Before enabling this you must add :esshd to mix.exs as one of the extra_applications " <>
2572 "and generate host keys in your priv dir with ssh-keygen -m PEM -N \"\" -b 2048 -t rsa -f ssh_host_rsa_key",
2577 description: "Enables SSH"
2582 description: "Dir with SSH keys",
2583 suggestions: ["/some/path/ssh_keys"]
2588 description: "Handler module",
2589 suggestions: ["Pleroma.BBS.Handler"]
2594 description: "Port to connect",
2595 suggestions: [10_022]
2598 key: :password_authenticator,
2600 description: "Authenticator module",
2601 suggestions: ["Pleroma.BBS.Authenticator"]
2607 label: "Mime Types",
2609 description: "Mime Types settings",
2616 "application/xml" => ["xml"],
2617 "application/xrd+xml" => ["xrd+xml"],
2618 "application/jrd+json" => ["jrd+json"],
2619 "application/activity+json" => ["activity+json"],
2620 "application/ld+json" => ["activity+json"]
2625 key: "application/xml",
2626 type: {:list, :string},
2627 suggestions: ["xml"]
2630 key: "application/xrd+xml",
2631 type: {:list, :string},
2632 suggestions: ["xrd+xml"]
2635 key: "application/jrd+json",
2636 type: {:list, :string},
2637 suggestions: ["jrd+json"]
2640 key: "application/activity+json",
2641 type: {:list, :string},
2642 suggestions: ["activity+json"]
2645 key: "application/ld+json",
2646 type: {:list, :string},
2647 suggestions: ["activity+json"]
2657 description: "Pleroma chat settings",
2670 description: "HTTP settings",
2675 type: [:string, :tuple],
2676 description: "Proxy URL",
2677 suggestions: ["localhost:9020", {:socks5, :localhost, 3090}]
2680 key: :send_user_agent,
2685 type: [:string, :atom],
2687 "What user agent to use. Must be a string or an atom `:default`. Default value is `:default`.",
2688 suggestions: ["Pleroma", :default]
2693 description: "Adapter specific options",
2699 label: "SSL Options",
2700 description: "SSL options for HTTP adapter",
2704 type: {:list, :atom},
2705 description: "List of TLS version to use",
2706 suggestions: [:tlsv1, ":tlsv1.1", ":tlsv1.2"]
2717 label: "Markup Settings",
2721 key: :allow_inline_images,
2725 key: :allow_headings,
2738 type: {:list, :module},
2740 "Module names are shortened (removed leading `Pleroma.HTML.` part), but on adding custom module you need to use full name.",
2741 suggestions: [Pleroma.HTML.Transform.MediaProxy, Pleroma.HTML.Scrubber.Default]
2751 key: :deny_follow_blocked,
2762 key: :restricted_nicknames,
2763 type: {:list, :string},
2764 description: "List of nicknames users may not register with.",
2783 "ostatus_subscribe",
2799 key: :email_blacklist,
2800 type: {:list, :string},
2801 description: "List of email domains users may not register with.",
2802 suggestions: ["mailinator.com", "maildrop.cc"]
2808 label: "CORS plug config",
2814 suggestions: [86_400]
2818 type: {:list, :string},
2819 suggestions: ["POST", "PUT", "DELETE", "GET", "PATCH", "OPTIONS"]
2823 type: {:list, :string},
2826 "X-RateLimit-Reset",
2827 "X-RateLimit-Limit",
2828 "X-RateLimit-Remaining",
2839 type: {:list, :string},
2840 suggestions: ["Authorization", "Content-Type", "Idempotency-Key"]
2846 key: Pleroma.Web.Plugs.RemoteIp,
2849 `Pleroma.Web.Plugs.RemoteIp` is a shim to call [`RemoteIp`](https://git.pleroma.social/pleroma/remote_ip) but with runtime configuration.
2850 **If your instance is not behind at least one reverse proxy, you should not enable this plug.**
2856 description: "Enable/disable the plug. Default: disabled."
2860 type: {:list, :string},
2862 A list of strings naming the HTTP headers to use when deriving the true client IP. Default: `["x-forwarded-for"]`.
2867 type: {:list, :string},
2869 "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."
2873 type: {:list, :string},
2875 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"]`
2882 key: :web_cache_ttl,
2883 label: "Web cache TTL",
2886 "The expiration time for the web responses cache. Values should be in milliseconds or `nil` to disable expiration.",
2892 "Activity pub routes (except question activities). Default: `nil` (no expiration).",
2896 key: :activity_pub_question,
2898 description: "Activity pub routes (question activities). Default: `30_000` (30 seconds).",
2899 suggestions: [30_000]
2909 "Render profiles and posts using server-generated HTML that is viewable without using JavaScript",
2914 description: "Enables the rendering of static HTML. Default: disabled."
2922 description: "Configure feed rendering",
2927 description: "Configure title rendering",
2932 description: "Maximum number of characters before truncating title",
2938 description: "Replacement which will be used after truncating string",
2939 suggestions: ["..."]
2947 key: :mrf_follow_bot,
2949 related_policy: "Pleroma.Web.ActivityPub.MRF.FollowBotPolicy",
2950 label: "MRF FollowBot Policy",
2952 description: "Automatically follows newly discovered accounts.",
2955 key: :follower_nickname,
2957 description: "The name of the bot account to use for following newly discovered users.",
2958 suggestions: ["followbot"]
2966 description: "Custom Runtime Modules",
2971 description: "A path to custom Elixir modules (such as MRF policies)."
2979 description: "Settings for notifications streamer",
2984 description: "Number of workers to send notifications",
2988 key: :overflow_workers,
2990 description: "Maximum number of workers created if pool is empty",
2997 key: :connections_pool,
2999 description: "Advanced settings for `Gun` connections pool",
3002 key: :connection_acquisition_wait,
3005 "Timeout to acquire a connection from pool. The total max time is this value multiplied by the number of retries. Default: 250ms.",
3009 key: :connection_acquisition_retries,
3012 "Number of attempts to acquire the connection from the pool if it is overloaded. Default: 5",
3016 key: :max_connections,
3018 description: "Maximum number of connections in the pool. Default: 250 connections.",
3022 key: :connect_timeout,
3024 description: "Timeout while `gun` will wait until connection is up. Default: 5000ms.",
3028 key: :reclaim_multiplier,
3031 "Multiplier for the number of idle connection to be reclaimed if the pool is full. For example if the pool maxes out at 250 connections and this setting is set to 0.3, the pool will reclaim at most 75 idle connections if it's overloaded. Default: 0.1",
3040 description: "Advanced settings for `Gun` workers pools",
3042 Enum.map([:federation, :media, :upload, :default], fn pool_name ->
3046 description: "Settings for #{pool_name} pool.",
3051 description: "Maximum number of concurrent requests in the pool.",
3058 "Maximum number of requests waiting for other requests to finish. After this number is reached, the pool will start returning errrors when a new request is made",
3064 description: "Timeout for the pool while gun will wait for response",
3065 suggestions: [10_000]
3073 key: :hackney_pools,
3075 description: "Advanced settings for `Hackney` connections pools",
3080 description: "Settings for federation pool.",
3083 key: :max_connections,
3085 description: "Number workers in the pool.",
3091 description: "Timeout while `hackney` will wait for response.",
3092 suggestions: [150_000]
3099 description: "Settings for media pool.",
3102 key: :max_connections,
3104 description: "Number workers in the pool.",
3110 description: "Timeout while `hackney` will wait for response.",
3111 suggestions: [150_000]
3118 description: "Settings for upload pool.",
3121 key: :max_connections,
3123 description: "Number workers in the pool.",
3129 description: "Timeout while `hackney` will wait for response.",
3130 suggestions: [300_000]
3138 key: :restrict_unauthenticated,
3139 label: "Restrict Unauthenticated",
3142 "Disallow viewing timelines, user profiles and statuses for unauthenticated users.",
3147 description: "Settings for public and federated timelines.",
3152 description: "Disallow view public timeline."
3157 description: "Disallow view federated timeline."
3164 description: "Settings for user profiles.",
3169 description: "Disallow view local user profiles."
3174 description: "Disallow view remote user profiles."
3181 description: "Settings for statuses.",
3186 description: "Disallow view local statuses."
3191 description: "Disallow view remote statuses."
3199 key: Pleroma.Web.ApiSpec.CastAndValidate,
3206 "Enables strict input validation (useful in development, not recommended in production)"
3212 key: :instances_favicons,
3214 description: "Control favicons for instances",
3219 description: "Allow/disallow displaying and getting instances favicons"
3227 descriptions: "S3 service related settings",
3230 key: :access_key_id,
3232 description: "S3 access key ID",
3233 suggestions: ["AKIAQ8UKHTGIYN7DMWWJ"]
3236 key: :secret_access_key,
3238 description: "Secret access key",
3239 suggestions: ["JFGt+fgH1UQ7vLUQjpW+WvjTdV/UNzVxcwn7DkaeFKtBS5LvoXvIiME4NQBsT6ZZ"]
3244 description: "S3 host",
3245 suggestions: ["s3.eu-central-1.amazonaws.com"]
3250 description: "S3 region (for AWS)",
3251 suggestions: ["us-east-1"]
3259 description: "Installed frontends management",
3264 description: "Primary frontend, the one that is served for all pages by default",
3265 children: installed_frontend_options
3270 description: "Admin frontend",
3271 children: installed_frontend_options
3277 "A map containing available frontends and parameters for their installation.",
3278 children: frontend_options
3284 key: Pleroma.Web.Preload,
3286 description: "Preload-related settings",
3290 type: {:list, :module},
3291 description: "List of preload providers to enable",
3293 Pleroma.Web.Preload.Providers.Instance,
3294 Pleroma.Web.Preload.Providers.User,
3295 Pleroma.Web.Preload.Providers.Timelines,
3296 Pleroma.Web.Preload.Providers.StatusNet
3305 description: "Majic/libmagic configuration",
3310 description: "Number of majic workers to start.",
3317 key: Pleroma.User.Backup,
3319 description: "Account Backup",
3322 key: :purge_after_days,
3324 description: "Remove backup achives after N days",
3330 description: "Limit user to export not more often than once per N days",
3337 key: Pleroma.Web.Endpoint.MetricsExporter,
3339 description: "Prometheus app metrics endpoint configuration",
3344 description: "[Pleroma extension] Enables app metrics endpoint."
3348 label: "IP Whitelist",
3349 type: [{:list, :string}, {:list, :charlist}, {:list, :tuple}],
3350 description: "Restrict access of app metrics endpoint to the specified IP addresses."
3354 type: [:boolean, :tuple],
3355 description: "Enables HTTP Basic Auth for app metrics endpoint.",
3356 suggestion: [false, {:basic, "myusername", "mypassword"}]
3361 description: "App metrics endpoint URI path.",
3362 suggestions: ["/api/pleroma/app_metrics"]
3367 description: "App metrics endpoint output format.",
3368 suggestions: [:text, :protobuf]
3374 key: ConcurrentLimiter,
3376 description: "Limits configuration for background tasks.",
3379 key: Pleroma.Web.RichMedia.Helpers,
3381 description: "Concurrent limits configuration for getting RichMedia for activities.",
3382 suggestions: [max_running: 5, max_waiting: 5],
3387 description: "Max running concurrently jobs.",
3393 description: "Max waiting jobs.",
3399 key: Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy,
3401 description: "Concurrent limits configuration for MediaProxyWarmingPolicy.",
3402 suggestions: [max_running: 5, max_waiting: 5],
3407 description: "Max running concurrently jobs.",
3413 description: "Max waiting jobs.",