10 # .;Y. ;$MMMMMM9. :tc.
11 # vY. .. .nMMM@MMU. ;1v.
12 # i7i ... .#MM@M@C. .....:71i
13 # it: .... $MMM@9;.,i;;;i,;tti
14 # :t7. ..... 0MMMWv.,iii:::,,;St.
15 # .nC. ..... IMMMQ..,::::::,.,czX.
16 # .ct: ....... .ZMMMI..,:::::::,,:76Y.
17 # c2: ......,i..Y$M@t..:::::::,,..inZY
18 # vov ......:ii..c$MBc..,,,,,,,,,,..iI9i
19 # i9Y ......iii:..7@MA,..,,,,,,,,,....;AA:
20 # iIS. ......:ii::..;@MI....,............;Ez.
21 # .I9. ......:i::::...8M1..................C0z.
22 # .z9; ......:i::::,.. .i:...................zWX.
23 # vbv ......,i::::,,. ................. :AQY
24 # c6Y. .,...,::::,,..:t0@@QY. ................ :8bi
25 # :6S. ..,,...,:::,,,..EMMMMMMI. ............... .;bZ,
26 # :6o, .,,,,..:::,,,..i#MMMMMM#v................. YW2.
27 # .n8i ..,,,,,,,::,,,,.. tMMMMM@C:.................. .1Wn
28 # 7Uc. .:::,,,,,::,,,,.. i1t;,..................... .UEi
29 # 7C...::::::::::::,,,,.. .................... vSi.
30 # ;1;...,,::::::,......... .................. Yz:
32 # izAotX7777777777777777777777777777777777777777Y7n92:
33 # .;CoIIIIIUAA666666699999ZZZZZZZZZZZZZZZZZZZZ6ov.
36 # DO NOT EDIT THIS FILE! THIS FILE CONTAINS THE DEFAULT VALUES FOR THE CON-
37 # FIGURATION! EDIT YOUR SECRET FILE (either prod.secret.exs, dev.secret.exs).
39 # This file is responsible for configuring your application
40 # and its dependencies with the aid of the Mix.Config module.
42 # This configuration file is loaded before any dependency and
43 # is restricted to this project.
46 # General application configuration
47 config :pleroma, ecto_repos: [Pleroma.Repo]
49 config :pleroma, Pleroma.Repo,
50 types: Pleroma.PostgresTypes,
51 telemetry_event: [Pleroma.Repo.Instrumenter],
54 config :pleroma, Pleroma.Captcha,
57 method: Pleroma.Captcha.Native
59 config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
61 # Upload configuration
62 config :pleroma, Pleroma.Upload,
63 uploader: Pleroma.Uploaders.Local,
64 filters: [Pleroma.Upload.Filter.Dedupe],
68 redirect_on_failure: false,
69 max_body_length: 25 * 1_048_576,
71 follow_redirect: true,
75 filename_display_max_length: 30,
76 default_description: nil
78 config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
80 config :pleroma, Pleroma.Uploaders.S3,
82 streaming_enabled: true,
83 public_endpoint: "https://s3.amazonaws.com"
85 config :pleroma, :emoji,
86 shortcode_globs: ["/emoji/custom/**/*.png"],
87 pack_extensions: [".png", ".gif"],
89 Custom: ["/emoji/*.png", "/emoji/**/*.png"]
91 default_manifest: "https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json",
92 shared_pack_cache_seconds_per_file: 60
94 config :pleroma, :uri_schemes,
116 {Phoenix.Socket.V1.JSONSerializer, "~> 1.0.0"},
117 {Phoenix.Socket.V2.JSONSerializer, "~> 2.0.0"}
120 transport_log: false,
124 # Configures the endpoint
125 config :pleroma, Pleroma.Web.Endpoint,
126 instrumenters: [Pleroma.Web.Endpoint.Instrumenter],
127 url: [host: "localhost"],
133 {"/api/v1/streaming", Pleroma.Web.MastodonAPI.WebsocketHandler, []},
134 {"/websocket", Phoenix.Endpoint.CowboyWebSocket,
135 {Phoenix.Transports.WebSocket,
136 {Pleroma.Web.Endpoint, Pleroma.Web.UserSocket, websocket_config}}},
137 {:_, Phoenix.Endpoint.Cowboy2Handler, {Pleroma.Web.Endpoint, []}}
142 secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl",
143 signing_salt: "CqaoopA2",
144 render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)],
145 pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2],
146 secure_cookie_flag: true,
147 extra_cookie_attrs: [
151 # Configures Elixir's Logger
152 config :logger, :console,
154 format: "\n$time $metadata[$level] $message\n",
155 metadata: [:request_id]
157 config :logger, :ex_syslogger,
160 format: "$metadata[$level] $message",
161 metadata: [:request_id]
166 webhook_url: "https://hooks.slack.com/services/YOUR-KEY-HERE"
168 config :mime, :types, %{
169 "application/xml" => ["xml"],
170 "application/xrd+xml" => ["xrd+xml"],
171 "application/jrd+json" => ["jrd+json"],
172 "application/activity+json" => ["activity+json"],
173 "application/ld+json" => ["activity+json"]
176 config :tesla, adapter: Tesla.Adapter.Hackney
178 # Configures http settings, upstream proxy etc.
179 config :pleroma, :http,
181 send_user_agent: true,
182 user_agent: :default,
185 config :pleroma, :instance,
187 email: "example@example.com",
188 notify_email: "noreply@example.com",
189 description: "Pleroma: An efficient and flexible fediverse server",
190 background_image: "/images/city.jpg",
191 instance_thumbnail: "/instance/thumbnail.jpeg",
193 description_limit: 5_000,
195 remote_limit: 100_000,
196 upload_limit: 16_000_000,
197 avatar_upload_limit: 2_000_000,
198 background_upload_limit: 4_000_000,
199 banner_upload_limit: 4_000_000,
202 max_option_chars: 200,
204 max_expiration: 365 * 24 * 60 * 60
206 registrations_open: true,
207 invites_enabled: false,
208 account_activation_required: false,
209 account_approval_required: false,
211 federation_incoming_replies_max_depth: 100,
212 federation_reachability_timeout_days: 7,
213 federation_publisher_modules: [
214 Pleroma.Web.ActivityPub.Publisher
218 quarantined_instances: [],
219 static_dir: "instance/static/",
220 allowed_post_formats: [
226 autofollowed_nicknames: [],
227 max_pinned_statuses: 1,
228 attachment_links: false,
229 max_report_comment_size: 1000,
230 safe_dm_mentions: false,
232 remote_post_retention_days: 90,
233 skip_thread_containment: true,
234 limit_to_local_content: :unauthenticated,
235 user_bio_length: 5000,
236 user_name_length: 100,
237 max_account_fields: 10,
238 max_remote_account_fields: 20,
239 account_field_name_length: 512,
240 account_field_value_length: 2048,
241 registration_reason_length: 500,
242 external_user_synchronization: true,
243 extended_nickname_format: true,
244 cleanup_attachments: false,
245 multi_factor_authentication: [
258 config :pleroma, :welcome,
261 sender_nickname: nil,
266 sender_nickname: nil,
272 subject: "Welcome to <%= instance_name %>",
273 html: "Welcome to <%= instance_name %>",
274 text: "Welcome to <%= instance_name %>"
277 config :pleroma, :feed,
283 config :pleroma, :markup,
284 # XXX - unfortunately, inline images must be enabled by default right now, because
285 # of custom emoji. Issue #275 discusses defanging that somehow.
286 allow_inline_images: true,
287 allow_headings: false,
291 Pleroma.HTML.Scrubber.Default,
292 Pleroma.HTML.Transform.MediaProxy
295 config :pleroma, :frontend_configurations,
297 alwaysShowSubjectInput: true,
298 background: "/images/city.jpg",
299 collapseMessageWithSubject: false,
302 hideFilteredStatuses: false,
303 hideMutedPosts: false,
304 hidePostStats: false,
306 hideUserStats: false,
307 loginMethod: "password",
308 logo: "/static/logo.png",
311 minimalScopesMode: false,
312 noAttachmentLinks: false,
314 postContentType: "text/plain",
315 redirectRootLogin: "/main/friends",
316 redirectRootNoLogin: "/main/all",
319 showFeaturesPanel: true,
320 showInstanceSpecificPanel: false,
321 subjectLineBehavior: "email",
322 theme: "pleroma-dark",
323 webPushNotifications: false
326 showInstanceSpecificPanel: true
329 config :pleroma, :assets,
332 url: "/images/pleroma-fox-tan-smol.png",
333 mime_type: "image/png"
335 pleroma_fox_tan_shy: %{
336 url: "/images/pleroma-fox-tan-shy.png",
337 mime_type: "image/png"
340 default_mascot: :pleroma_fox_tan
342 config :pleroma, :manifest,
345 src: "/static/logo.png",
349 theme_color: "#282c37",
350 background_color: "#191b22"
352 config :pleroma, :activitypub,
353 unfollow_blocked: true,
354 outgoing_blocks: true,
355 follow_handshake_timeout: 500,
356 note_replies_output_limit: 5,
357 sign_object_fetches: true,
358 authorized_fetch_mode: false
360 config :pleroma, :streamer,
364 config :pleroma, :user, deny_follow_blocked: true
366 config :pleroma, :mrf_normalize_markup, scrub_policy: Pleroma.HTML.Scrubber.Default
368 config :pleroma, :mrf_rejectnonpublic,
369 allow_followersonly: false,
372 config :pleroma, :mrf_hellthread,
373 delist_threshold: 10,
376 config :pleroma, :mrf_simple,
379 federated_timeline_removal: [],
388 config :pleroma, :mrf_keyword,
390 federated_timeline_removal: [],
393 config :pleroma, :mrf_subchain, match_actor: %{}
395 config :pleroma, :mrf_activity_expiration, days: 365
397 config :pleroma, :mrf_vocabulary,
401 # threshold of 7 days
402 config :pleroma, :mrf_object_age,
404 actions: [:delist, :strip_followers]
406 config :pleroma, :rich_media,
409 ignore_tld: ["local", "localdomain", "lan"],
411 Pleroma.Web.RichMedia.Parsers.TwitterCard,
412 Pleroma.Web.RichMedia.Parsers.OEmbed
414 failure_backoff: 60_000,
415 ttl_setters: [Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl]
417 config :pleroma, :media_proxy,
421 provider: Pleroma.Web.MediaProxy.Invalidation.Script
424 redirect_on_failure: false,
425 max_body_length: 25 * 1_048_576,
426 # Note: max_read_duration defaults to Pleroma.ReverseProxy.max_read_duration_default/1
427 max_read_duration: 30_000,
429 follow_redirect: true,
435 config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http,
440 config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Script, script_path: nil
442 # Note: media preview proxy depends on media proxy to be enabled
443 config :pleroma, :media_preview_proxy,
445 thumbnail_max_width: 600,
446 thumbnail_max_height: 600,
448 min_content_length: 100 * 1024
450 config :pleroma, :chat, enabled: true
452 config :phoenix, :format_encoders, json: Jason
454 config :phoenix, :json_library, Jason
456 config :phoenix, :filter_parameters, ["password", "confirm"]
458 config :pleroma, :gopher,
463 config :pleroma, Pleroma.Web.Metadata,
465 Pleroma.Web.Metadata.Providers.OpenGraph,
466 Pleroma.Web.Metadata.Providers.TwitterCard
470 config :pleroma, Pleroma.Web.Preload,
472 Pleroma.Web.Preload.Providers.Instance
475 config :pleroma, :http_security,
478 sts_max_age: 31_536_000,
479 ct_max_age: 2_592_000,
480 referrer_policy: "same-origin"
484 methods: ["POST", "PUT", "DELETE", "GET", "PATCH", "OPTIONS"],
489 "X-RateLimit-Remaining",
494 headers: ["Authorization", "Content-Type", "Idempotency-Key"]
496 config :pleroma, Pleroma.User,
497 restricted_nicknames: [
528 "verify_credentials",
529 "update_credentials",
532 "confirmation_resend",
537 config :pleroma, Oban,
541 activity_expiration: 10,
543 federator_incoming: 50,
544 federator_outgoing: 50,
548 scheduled_activities: 10,
551 attachments_cleanup: 5,
554 plugins: [Oban.Plugins.Pruner],
556 {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
557 {"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker}
560 config :pleroma, :workers,
562 federator_incoming: 5,
563 federator_outgoing: 5
566 config :pleroma, Pleroma.Formatter,
573 validate_tld: :no_scheme
575 config :pleroma, :ldap,
576 enabled: System.get_env("LDAP_ENABLED") == "true",
577 host: System.get_env("LDAP_HOST") || "localhost",
578 port: String.to_integer(System.get_env("LDAP_PORT") || "389"),
579 ssl: System.get_env("LDAP_SSL") == "true",
581 tls: System.get_env("LDAP_TLS") == "true",
583 base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
584 uid: System.get_env("LDAP_UID") || "cn"
589 oauth_consumer_strategies =
590 System.get_env("OAUTH_CONSUMER_STRATEGIES")
593 |> Enum.map(&hd(String.split(&1, ":")))
595 ueberauth_providers =
596 for strategy <- oauth_consumer_strategies do
597 strategy_module_name = "Elixir.Ueberauth.Strategy.#{String.capitalize(strategy)}"
598 strategy_module = String.to_atom(strategy_module_name)
599 {String.to_atom(strategy), {strategy_module, [callback_params: ["state"]]}}
605 providers: ueberauth_providers
609 enforce_oauth_admin_scope_usage: true,
610 oauth_consumer_strategies: oauth_consumer_strategies
612 config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false
614 config :pleroma, Pleroma.Emails.UserEmail,
617 link_color: "#d8a070",
618 background_color: "#2C3645",
619 content_background_color: "#1B2635",
620 header_color: "#d8a070",
621 text_color: "#b9b9ba",
622 text_muted_color: "#b9b9ba"
625 config :pleroma, Pleroma.Emails.NewUsersDigestEmail, enabled: false
627 config :prometheus, Pleroma.Web.Endpoint.MetricsExporter, path: "/api/pleroma/app_metrics"
629 config :pleroma, Pleroma.ScheduledActivity,
630 daily_user_limit: 25,
631 total_user_limit: 300,
634 config :pleroma, :email_notifications,
638 inactivity_threshold: 7
641 config :pleroma, :oauth2,
642 token_expires_in: 600,
643 issue_new_refresh_token: true,
644 clean_expired_tokens: false
646 config :pleroma, :database, rum_enabled: false
648 config :pleroma, :env, Mix.env()
650 config :http_signatures,
651 adapter: Pleroma.Signature
653 config :pleroma, :rate_limit,
654 authentication: {60_000, 15},
656 search: [{1000, 10}, {1000, 30}],
657 app_account_creation: {1_800_000, 25},
658 relations_actions: {10_000, 10},
659 relation_id_action: {60_000, 2},
660 statuses_actions: {10_000, 15},
661 status_id_action: {60_000, 3},
662 password_reset: {1_800_000, 5},
663 account_confirmation_resend: {8_640_000, 5},
664 ap_routes: {60_000, 15}
666 config :pleroma, Pleroma.Workers.PurgeExpiredActivity, enabled: true, min_lifetime: 600
668 config :pleroma, Pleroma.Plugs.RemoteIp, enabled: true
670 config :pleroma, :static_fe, enabled: false
672 # Example of frontend configuration
673 # This example will make us serve the primary frontend from the
674 # frontends directory within your `:pleroma, :instance, static_dir`.
675 # e.g., instance/static/frontends/pleroma/develop/
677 # With no frontend configuration, the bundled files from the `static` directory will
680 # config :pleroma, :frontends,
681 # primary: %{"name" => "pleroma-fe", "ref" => "develop"},
682 # admin: %{"name" => "admin-fe", "ref" => "stable"},
685 config :pleroma, :frontends,
689 "git" => "https://git.pleroma.social/lambadalambda/kenoma",
691 "https://git.pleroma.social/lambadalambda/kenoma/-/jobs/artifacts/${ref}/download?job=build",
695 "name" => "pleroma-fe",
696 "git" => "https://git.pleroma.social/pleroma/pleroma-fe",
698 "https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/${ref}/download?job=build",
703 "git" => "https://git.pleroma.social/pleroma/fedi-fe",
705 "https://git.pleroma.social/pleroma/fedi-fe/-/jobs/artifacts/${ref}/download?job=build",
709 "name" => "admin-fe",
710 "git" => "https://git.pleroma.social/pleroma/admin-fe",
712 "https://git.pleroma.social/pleroma/admin-fe/-/jobs/artifacts/${ref}/download?job=build",
716 "name" => "soapbox-fe",
717 "git" => "https://gitlab.com/soapbox-pub/soapbox-fe",
719 "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production",
721 "build_dir" => "static"
725 config :pleroma, :web_cache_ttl,
727 activity_pub_question: 30_000
729 config :pleroma, :modules, runtime_dir: "instance/modules"
731 config :pleroma, configurable_from_database: false
733 config :pleroma, Pleroma.Repo,
734 parameters: [gin_fuzzy_search_limit: "500"],
737 config :pleroma, :connections_pool,
738 reclaim_multiplier: 0.1,
739 connection_acquisition_wait: 250,
740 connection_acquisition_retries: 5,
741 max_connections: 250,
742 max_idle_time: 30_000,
744 connect_timeout: 5_000
746 config :pleroma, :pools,
768 config :pleroma, :hackney_pools,
782 private_instance? = :if_instance_is_private
784 config :pleroma, :restrict_unauthenticated,
785 timelines: %{local: private_instance?, federated: private_instance?},
786 profiles: %{local: private_instance?, remote: private_instance?},
787 activities: %{local: private_instance?, remote: private_instance?}
789 config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
791 config :pleroma, :mrf,
792 policies: Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy,
794 transparency_exclusions: []
796 config :tzdata, :http_client, Pleroma.HTTP.Tzdata
798 config :ex_aws, http_client: Pleroma.HTTP.ExAws
800 config :pleroma, :instances_favicons, enabled: false
802 config :floki, :html_parser, Floki.HTMLParser.FastHtml
804 config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator
806 # Import environment specific config. This must remain at the bottom
807 # of this file so it overrides the configuration defined above.
808 import_config "#{Mix.env()}.exs"