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 telemetry_event: [Pleroma.Repo.Instrumenter],
53 config :pleroma, Pleroma.Captcha,
56 method: Pleroma.Captcha.Native
58 config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
60 # Upload configuration
61 config :pleroma, Pleroma.Upload,
62 uploader: Pleroma.Uploaders.Local,
63 filters: [Pleroma.Upload.Filter.Dedupe],
66 filename_display_max_length: 30,
67 default_description: nil,
70 config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
72 config :pleroma, Pleroma.Uploaders.S3,
74 bucket_namespace: nil,
75 truncated_namespace: nil,
76 streaming_enabled: true
79 # host: "s3.wasabisys.com", # required if not Amazon AWS
81 secret_access_key: nil,
82 # region: "us-east-1", # may be required for Amazon AWS
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 url: [host: "localhost"],
132 {"/api/v1/streaming", Pleroma.Web.MastodonAPI.WebsocketHandler, []},
133 {"/websocket", Phoenix.Endpoint.CowboyWebSocket,
134 {Phoenix.Transports.WebSocket,
135 {Pleroma.Web.Endpoint, Pleroma.Web.UserSocket, websocket_config}}},
136 {:_, Phoenix.Endpoint.Cowboy2Handler, {Pleroma.Web.Endpoint, []}}
141 secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl",
142 live_view: [signing_salt: "U5ELgdEwTD3n1+D5s0rY0AMg8/y1STxZ3Zvsl3bWh+oBcGrYdil0rXqPMRd3Glcq"],
143 signing_salt: "CqaoopA2",
144 render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)],
145 pubsub_server: Pleroma.PubSub,
146 secure_cookie_flag: true,
147 extra_cookie_attrs: [
151 # Configures Elixir's Logger
152 config :logger, truncate: 65_536
154 config :logger, :console,
156 format: "\n$time $metadata[$level] $message\n",
157 metadata: [:request_id]
159 config :logger, :ex_syslogger,
162 format: "$metadata[$level] $message",
163 metadata: [:request_id]
168 webhook_url: "https://hooks.slack.com/services/YOUR-KEY-HERE"
170 config :mime, :types, %{
171 "application/xml" => ["xml"],
172 "application/xrd+xml" => ["xrd+xml"],
173 "application/jrd+json" => ["jrd+json"],
174 "application/activity+json" => ["activity+json"],
175 "application/ld+json" => ["activity+json"]
178 config :tesla, :adapter, {Tesla.Adapter.Finch, name: MyFinch}
180 # Configures http settings, upstream proxy etc.
181 config :pleroma, :http,
183 user_agent: :default,
186 config :pleroma, :instance,
188 email: "example@example.com",
189 notify_email: "noreply@example.com",
190 description: "Akkoma: The cooler fediverse server",
191 background_image: "/images/city.jpg",
192 instance_thumbnail: "/instance/thumbnail.jpeg",
194 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: [
225 "text/x.misskeymarkdown"
227 staff_transparency: [],
228 autofollowed_nicknames: [],
229 autofollowing_nicknames: [],
230 max_pinned_statuses: 1,
231 attachment_links: false,
232 max_report_comment_size: 1000,
233 safe_dm_mentions: false,
235 remote_post_retention_days: 90,
236 skip_thread_containment: true,
237 limit_to_local_content: :unauthenticated,
238 user_bio_length: 5000,
239 user_name_length: 100,
240 max_account_fields: 10,
241 max_remote_account_fields: 20,
242 account_field_name_length: 512,
243 account_field_value_length: 2048,
244 registration_reason_length: 500,
245 external_user_synchronization: true,
246 extended_nickname_format: true,
247 cleanup_attachments: false,
248 multi_factor_authentication: [
259 show_reactions: true,
260 password_reset_token_validity: 60 * 60 * 24,
261 profile_directory: true,
262 privileged_staff: false
264 config :pleroma, :welcome,
267 sender_nickname: nil,
272 sender_nickname: nil,
278 subject: "Welcome to <%= instance_name %>",
279 html: "Welcome to <%= instance_name %>",
280 text: "Welcome to <%= instance_name %>"
283 config :pleroma, :feed,
289 config :pleroma, :markup,
290 # XXX - unfortunately, inline images must be enabled by default right now, because
291 # of custom emoji. Issue #275 discusses defanging that somehow.
292 allow_inline_images: true,
293 allow_headings: false,
297 Pleroma.HTML.Scrubber.Default,
298 Pleroma.HTML.Transform.MediaProxy
301 config :pleroma, :frontend_configurations,
303 alwaysShowSubjectInput: true,
304 background: "/images/city.jpg",
305 collapseMessageWithSubject: false,
308 hideFilteredStatuses: false,
309 hideMutedPosts: false,
310 hidePostStats: false,
312 hideUserStats: false,
313 loginMethod: "password",
314 logo: "/static/logo.svg",
317 minimalScopesMode: false,
318 noAttachmentLinks: false,
320 postContentType: "text/plain",
321 redirectRootLogin: "/main/friends",
322 redirectRootNoLogin: "/main/all",
325 showFeaturesPanel: true,
326 showInstanceSpecificPanel: false,
327 subjectLineBehavior: "email",
328 theme: "pleroma-dark",
329 webPushNotifications: false
332 showInstanceSpecificPanel: true
335 config :pleroma, :assets,
338 url: "/images/pleroma-fox-tan-smol.png",
339 mime_type: "image/png"
341 pleroma_fox_tan_shy: %{
342 url: "/images/pleroma-fox-tan-shy.png",
343 mime_type: "image/png"
346 default_mascot: :pleroma_fox_tan
348 config :pleroma, :manifest,
351 src: "/static/logo.svg",
352 type: "image/svg+xml"
355 theme_color: "#282c37",
356 background_color: "#191b22"
358 config :pleroma, :activitypub,
359 unfollow_blocked: true,
360 outgoing_blocks: true,
361 blockers_visible: true,
362 follow_handshake_timeout: 500,
363 note_replies_output_limit: 5,
364 sign_object_fetches: true,
365 authorized_fetch_mode: false,
366 max_collection_objects: 50
368 config :pleroma, :streamer,
372 config :pleroma, :user, deny_follow_blocked: true
374 config :pleroma, :mrf_normalize_markup, scrub_policy: Pleroma.HTML.Scrubber.Default
376 config :pleroma, :mrf_rejectnonpublic,
377 allow_followersonly: false,
380 config :pleroma, :mrf_hellthread,
381 delist_threshold: 10,
384 config :pleroma, :mrf_simple,
387 federated_timeline_removal: [],
396 config :pleroma, :mrf_keyword,
398 federated_timeline_removal: [],
401 config :pleroma, :mrf_hashtag,
404 federated_timeline_removal: []
406 config :pleroma, :mrf_subchain, match_actor: %{}
408 config :pleroma, :mrf_activity_expiration, days: 365
410 config :pleroma, :mrf_vocabulary,
414 # threshold of 7 days
415 config :pleroma, :mrf_object_age,
417 actions: [:delist, :strip_followers]
419 config :pleroma, :mrf_follow_bot, follower_nickname: nil
421 config :pleroma, :rich_media,
424 ignore_tld: ["local", "localdomain", "lan"],
426 Pleroma.Web.RichMedia.Parsers.TwitterCard,
427 Pleroma.Web.RichMedia.Parsers.OEmbed
429 failure_backoff: 60_000,
430 ttl_setters: [Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl]
432 config :pleroma, :media_proxy,
436 provider: Pleroma.Web.MediaProxy.Invalidation.Script
439 redirect_on_failure: false,
440 max_body_length: 25 * 1_048_576,
441 # Note: max_read_duration defaults to Pleroma.ReverseProxy.max_read_duration_default/1
442 max_read_duration: 30_000
446 config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http,
451 config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Script,
455 # Note: media preview proxy depends on media proxy to be enabled
456 config :pleroma, :media_preview_proxy,
458 thumbnail_max_width: 600,
459 thumbnail_max_height: 600,
461 min_content_length: 100 * 1024
463 config :pleroma, :shout,
467 config :phoenix, :format_encoders, json: Jason, "activity+json": Jason
469 config :phoenix, :json_library, Jason
471 config :phoenix, :filter_parameters, ["password", "confirm"]
473 config :pleroma, Pleroma.Web.Metadata,
475 Pleroma.Web.Metadata.Providers.OpenGraph,
476 Pleroma.Web.Metadata.Providers.TwitterCard
480 config :pleroma, Pleroma.Web.Metadata.Providers.Theme, theme_color: "#593196"
482 config :pleroma, Pleroma.Web.Preload,
484 Pleroma.Web.Preload.Providers.Instance
487 config :pleroma, :http_security,
490 sts_max_age: 31_536_000,
491 ct_max_age: 2_592_000,
492 referrer_policy: "same-origin"
496 methods: ["POST", "PUT", "DELETE", "GET", "PATCH", "OPTIONS"],
501 "X-RateLimit-Remaining",
506 headers: ["Authorization", "Content-Type", "Idempotency-Key"]
508 config :pleroma, Pleroma.User,
509 restricted_nicknames: [
540 "verify_credentials",
541 "update_credentials",
544 "confirmation_resend",
549 config :pleroma, Oban,
553 activity_expiration: 10,
555 filter_expiration: 1,
557 federator_incoming: 50,
558 federator_outgoing: 50,
563 scheduled_activities: 10,
564 poll_notifications: 10,
567 attachments_cleanup: 1,
572 plugins: [Oban.Plugins.Pruner],
574 {"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
575 {"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker}
578 config :pleroma, :workers,
580 federator_incoming: 5,
581 federator_outgoing: 5,
585 config :pleroma, Pleroma.Formatter,
592 validate_tld: :no_scheme
594 config :pleroma, :ldap,
595 enabled: System.get_env("LDAP_ENABLED") == "true",
596 host: System.get_env("LDAP_HOST") || "localhost",
597 port: String.to_integer(System.get_env("LDAP_PORT") || "389"),
598 ssl: System.get_env("LDAP_SSL") == "true",
600 tls: System.get_env("LDAP_TLS") == "true",
602 base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
603 uid: System.get_env("LDAP_UID") || "cn"
605 oauth_consumer_strategies =
606 "OAUTH_CONSUMER_STRATEGIES"
610 |> Enum.map(&hd(String.split(&1, ":")))
612 ueberauth_providers =
613 for strategy <- oauth_consumer_strategies do
614 strategy_module_name = "Elixir.Ueberauth.Strategy.#{String.capitalize(strategy)}"
615 strategy_module = String.to_atom(strategy_module_name)
616 {String.to_atom(strategy), {strategy_module, [callback_params: ["state"]]}}
622 providers: ueberauth_providers
624 config :pleroma, :auth, oauth_consumer_strategies: oauth_consumer_strategies
626 config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false
628 config :pleroma, Pleroma.Emails.UserEmail,
631 link_color: "#d8a070",
632 background_color: "#2C3645",
633 content_background_color: "#1B2635",
634 header_color: "#d8a070",
635 text_color: "#b9b9ba",
636 text_muted_color: "#b9b9ba"
639 config :pleroma, Pleroma.Emails.NewUsersDigestEmail, enabled: false
641 config :prometheus, Pleroma.Web.Endpoint.MetricsExporter,
645 path: "/api/pleroma/app_metrics",
648 config :pleroma, Pleroma.ScheduledActivity,
649 daily_user_limit: 25,
650 total_user_limit: 300,
653 config :pleroma, :email_notifications,
657 inactivity_threshold: 7
660 config :pleroma, :oauth2,
661 token_expires_in: 3600 * 24 * 365 * 100,
662 issue_new_refresh_token: true,
663 clean_expired_tokens: false
665 config :pleroma, :database, rum_enabled: false
667 config :pleroma, :features, improved_hashtag_timeline: :auto
669 config :pleroma, :populate_hashtags_table, fault_rate_allowance: 0.01
671 config :pleroma, :env, Mix.env()
673 config :http_signatures,
674 adapter: Pleroma.Signature
676 config :pleroma, :rate_limit,
677 authentication: {60_000, 15},
679 search: [{1000, 10}, {1000, 30}],
680 app_account_creation: {1_800_000, 25},
681 relations_actions: {10_000, 10},
682 relation_id_action: {60_000, 2},
683 statuses_actions: {10_000, 15},
684 status_id_action: {60_000, 3},
685 password_reset: {1_800_000, 5},
686 account_confirmation_resend: {8_640_000, 5},
687 ap_routes: {60_000, 15}
689 config :pleroma, Pleroma.Workers.PurgeExpiredActivity, enabled: true, min_lifetime: 600
691 config :pleroma, Pleroma.Web.Plugs.RemoteIp,
693 headers: ["x-forwarded-for"],
704 config :pleroma, :static_fe, enabled: false
706 # Example of frontend configuration
707 # This example will make us serve the primary frontend from the
708 # frontends directory within your `:pleroma, :instance, static_dir`.
709 # e.g., instance/static/frontends/pleroma/develop/
711 # With no frontend configuration, the bundled files from the `static` directory will
714 # config :pleroma, :frontends,
715 # primary: %{"name" => "pleroma-fe", "ref" => "develop"},
716 # admin: %{"name" => "admin-fe", "ref" => "stable"},
717 # mastodon: %{"enabled" => true, "name" => "mastodon-fe", "ref" => "develop"}
720 config :pleroma, :frontends,
721 primary: %{"name" => "pleroma-fe", "ref" => "develop"},
723 "name" => "swagger-ui",
729 "name" => "pleroma-fe",
730 "git" => "https://akkoma.dev/AkkomaGang/pleroma-fe",
731 "build_url" => "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/akkoma-fe.zip",
733 "build_dir" => "dist"
735 # Mastodon-Fe cannot be set as a primary - this is only here so we can update this seperately
737 "name" => "mastodon-fe",
738 "git" => "https://akkoma.dev/AkkomaGang/masto-fe",
739 "build_url" => "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/masto-fe.zip",
740 "build_dir" => "distribution",
744 "name" => "admin-fe",
745 "git" => "https://akkoma.dev/AkkomaGang/admin-fe",
746 "build_url" => "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/admin-fe.zip",
750 "name" => "soapbox-fe",
751 "git" => "https://gitlab.com/soapbox-pub/soapbox-fe",
753 "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production",
755 "build_dir" => "static"
757 # For developers - enables a swagger frontend to view the openapi spec
759 "name" => "swagger-ui",
760 "git" => "https://github.com/swagger-api/swagger-ui",
761 "build_url" => "https://akkoma-updates.s3-website.fr-par.scw.cloud/frontend/swagger-ui.zip",
762 "build_dir" => "dist",
767 config :pleroma, :web_cache_ttl,
769 activity_pub_question: 30_000
771 config :pleroma, :modules, runtime_dir: "instance/modules"
773 config :pleroma, configurable_from_database: false
775 config :pleroma, Pleroma.Repo,
776 parameters: [gin_fuzzy_search_limit: "500"],
779 config :pleroma, :majic_pool, size: 2
781 private_instance? = :if_instance_is_private
783 config :pleroma, :restrict_unauthenticated,
784 timelines: %{local: private_instance?, federated: private_instance?},
785 profiles: %{local: private_instance?, remote: private_instance?},
786 activities: %{local: private_instance?, remote: private_instance?}
788 config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
790 config :pleroma, :mrf,
791 policies: [Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy, Pleroma.Web.ActivityPub.MRF.TagPolicy],
793 transparency_exclusions: []
795 config :ex_aws, http_client: Pleroma.HTTP.ExAws
797 config :web_push_encryption, http_client: Pleroma.HTTP.WebPush
799 config :pleroma, :instances_favicons, enabled: false
801 config :floki, :html_parser, Floki.HTMLParser.FastHtml
803 config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator
805 config :pleroma, Pleroma.User.Backup,
806 purge_after_days: 30,
810 config :pleroma, ConcurrentLimiter, [
811 {Pleroma.Web.RichMedia.Helpers, [max_running: 5, max_waiting: 5]},
812 {Pleroma.Web.ActivityPub.MRF.MediaProxyWarmingPolicy, [max_running: 5, max_waiting: 5]},
813 {Pleroma.Search, [max_running: 30, max_waiting: 50]}
816 config :pleroma, Pleroma.Search, module: Pleroma.Search.DatabaseSearch
818 config :pleroma, Pleroma.Search.Meilisearch,
819 url: "http://127.0.0.1:7700/",
821 initial_indexing_chunk_size: 100_000
823 config :pleroma, Pleroma.Search.Elasticsearch.Cluster,
824 url: "http://localhost:9200",
826 password: "changeme",
827 api: Elasticsearch.API.HTTP,
831 settings: "priv/es-mappings/activity.json",
832 store: Pleroma.Search.Elasticsearch.Store,
833 sources: [Pleroma.Activity],
834 bulk_page_size: 1000,
835 bulk_wait_interval: 15_000
839 # Import environment specific config. This must remain at the bottom
840 # of this file so it overrides the configuration defined above.
841 import_config "#{Mix.env()}.exs"