websub: adapt to work as a federator publishing module
[akkoma] / config / config.exs
1 # .i;;;;i.
2 # iYcviii;vXY:
3 # .YXi .i1c.
4 # .YC. . in7.
5 # .vc. ...... ;1c.
6 # i7, .. .;1;
7 # i7, .. ... .Y1i
8 # ,7v .6MMM@; .YX,
9 # .7;. ..IMMMMMM1 :t7.
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:
31 # v97,......... .voC.
32 # izAotX7777777777777777777777777777777777777777Y7n92:
33 # .;CoIIIIIUAA666666699999ZZZZZZZZZZZZZZZZZZZZ6ov.
34 #
35 # !!! ATTENTION !!!
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).
38 #
39 # This file is responsible for configuring your application
40 # and its dependencies with the aid of the Mix.Config module.
41 #
42 # This configuration file is loaded before any dependency and
43 # is restricted to this project.
44 use Mix.Config
45
46 # General application configuration
47 config :pleroma, ecto_repos: [Pleroma.Repo]
48
49 config :pleroma, Pleroma.Repo,
50 types: Pleroma.PostgresTypes,
51 telemetry_event: [Pleroma.Repo.Instrumenter]
52
53 config :pleroma, Pleroma.Captcha,
54 enabled: false,
55 seconds_valid: 60,
56 method: Pleroma.Captcha.Kocaptcha
57
58 config :pleroma, :hackney_pools,
59 federation: [
60 max_connections: 50,
61 timeout: 150_000
62 ],
63 media: [
64 max_connections: 50,
65 timeout: 150_000
66 ],
67 upload: [
68 max_connections: 25,
69 timeout: 300_000
70 ]
71
72 config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
73
74 # Upload configuration
75 config :pleroma, Pleroma.Upload,
76 uploader: Pleroma.Uploaders.Local,
77 filters: [Pleroma.Upload.Filter.Dedupe],
78 link_name: true,
79 proxy_remote: false,
80 proxy_opts: [
81 redirect_on_failure: false,
82 max_body_length: 25 * 1_048_576,
83 http: [
84 follow_redirect: true,
85 pool: :upload
86 ]
87 ]
88
89 config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
90
91 config :pleroma, Pleroma.Uploaders.S3,
92 bucket: nil,
93 public_endpoint: "https://s3.amazonaws.com"
94
95 config :pleroma, Pleroma.Uploaders.MDII,
96 cgi: "https://mdii.sakura.ne.jp/mdii-post.cgi",
97 files: "https://mdii.sakura.ne.jp"
98
99 config :pleroma, :emoji,
100 shortcode_globs: ["/emoji/custom/**/*.png"],
101 groups: [
102 # Put groups that have higher priority than defaults here. Example in `docs/config/custom_emoji.md`
103 Custom: ["/emoji/*.png", "/emoji/**/*.png"]
104 ],
105 default_manifest: "https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json"
106
107 config :pleroma, :uri_schemes,
108 valid_schemes: [
109 "https",
110 "http",
111 "dat",
112 "dweb",
113 "gopher",
114 "ipfs",
115 "ipns",
116 "irc",
117 "ircs",
118 "magnet",
119 "mailto",
120 "mumble",
121 "ssb",
122 "xmpp"
123 ]
124
125 websocket_config = [
126 path: "/websocket",
127 serializer: [
128 {Phoenix.Socket.V1.JSONSerializer, "~> 1.0.0"},
129 {Phoenix.Socket.V2.JSONSerializer, "~> 2.0.0"}
130 ],
131 timeout: 60_000,
132 transport_log: false,
133 compress: false
134 ]
135
136 # Configures the endpoint
137 config :pleroma, Pleroma.Web.Endpoint,
138 instrumenters: [Pleroma.Web.Endpoint.Instrumenter],
139 url: [host: "localhost"],
140 http: [
141 dispatch: [
142 {:_,
143 [
144 {"/api/v1/streaming", Pleroma.Web.MastodonAPI.WebsocketHandler, []},
145 {"/websocket", Phoenix.Endpoint.CowboyWebSocket,
146 {Phoenix.Transports.WebSocket,
147 {Pleroma.Web.Endpoint, Pleroma.Web.UserSocket, websocket_config}}},
148 {:_, Phoenix.Endpoint.Cowboy2Handler, {Pleroma.Web.Endpoint, []}}
149 ]}
150 ]
151 ],
152 protocol: "https",
153 secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl",
154 signing_salt: "CqaoopA2",
155 render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)],
156 pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2],
157 secure_cookie_flag: true,
158 extra_cookie_attrs: [
159 "SameSite=Lax"
160 ]
161
162 # Configures Elixir's Logger
163 config :logger, :console,
164 format: "$time $metadata[$level] $message\n",
165 metadata: [:request_id]
166
167 config :logger, :ex_syslogger,
168 level: :debug,
169 ident: "Pleroma",
170 format: "$metadata[$level] $message",
171 metadata: [:request_id]
172
173 config :quack,
174 level: :warn,
175 meta: [:all],
176 webhook_url: "https://hooks.slack.com/services/YOUR-KEY-HERE"
177
178 config :mime, :types, %{
179 "application/xml" => ["xml"],
180 "application/xrd+xml" => ["xrd+xml"],
181 "application/jrd+json" => ["jrd+json"],
182 "application/activity+json" => ["activity+json"],
183 "application/ld+json" => ["activity+json"]
184 }
185
186 config :pleroma, :websub, Pleroma.Web.Websub
187 config :pleroma, :ostatus, Pleroma.Web.OStatus
188 config :pleroma, :httpoison, Pleroma.HTTP
189 config :tesla, adapter: Tesla.Adapter.Hackney
190
191 # Configures http settings, upstream proxy etc.
192 config :pleroma, :http,
193 proxy_url: nil,
194 adapter: [
195 ssl_options: [
196 # We don't support TLS v1.3 yet
197 versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"]
198 ]
199 ]
200
201 config :pleroma, :instance,
202 name: "Pleroma",
203 email: "example@example.com",
204 notify_email: "noreply@example.com",
205 description: "A Pleroma instance, an alternative fediverse server",
206 limit: 5_000,
207 remote_limit: 100_000,
208 upload_limit: 16_000_000,
209 avatar_upload_limit: 2_000_000,
210 background_upload_limit: 4_000_000,
211 banner_upload_limit: 4_000_000,
212 registrations_open: true,
213 federating: true,
214 federation_reachability_timeout_days: 7,
215 federation_publisher_modules: [
216 Pleroma.Web.ActivityPub.Publisher,
217 Pleroma.Web.Websub,
218 Pleroma.Web.Salmon
219 ],
220 allow_relay: true,
221 rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
222 public: true,
223 quarantined_instances: [],
224 managed_config: true,
225 static_dir: "instance/static/",
226 allowed_post_formats: [
227 "text/plain",
228 "text/html",
229 "text/markdown",
230 "text/bbcode"
231 ],
232 mrf_transparency: true,
233 autofollowed_nicknames: [],
234 max_pinned_statuses: 1,
235 no_attachment_links: false,
236 welcome_user_nickname: nil,
237 welcome_message: nil,
238 max_report_comment_size: 1000,
239 safe_dm_mentions: false,
240 healthcheck: false
241
242 config :pleroma, :markup,
243 # XXX - unfortunately, inline images must be enabled by default right now, because
244 # of custom emoji. Issue #275 discusses defanging that somehow.
245 allow_inline_images: true,
246 allow_headings: false,
247 allow_tables: false,
248 allow_fonts: false,
249 scrub_policy: [
250 Pleroma.HTML.Transform.MediaProxy,
251 Pleroma.HTML.Scrubber.Default
252 ]
253
254 # Deprecated, will be gone in 1.0
255 config :pleroma, :fe,
256 theme: "pleroma-dark",
257 logo: "/static/logo.png",
258 logo_mask: true,
259 logo_margin: "0.1em",
260 background: "/static/aurora_borealis.jpg",
261 redirect_root_no_login: "/main/all",
262 redirect_root_login: "/main/friends",
263 show_instance_panel: true,
264 scope_options_enabled: false,
265 formatting_options_enabled: false,
266 collapse_message_with_subject: false,
267 hide_post_stats: false,
268 hide_user_stats: false,
269 scope_copy: true,
270 subject_line_behavior: "email",
271 always_show_subject_input: true
272
273 config :pleroma, :frontend_configurations,
274 pleroma_fe: %{
275 theme: "pleroma-dark",
276 logo: "/static/logo.png",
277 background: "/images/city.jpg",
278 redirectRootNoLogin: "/main/all",
279 redirectRootLogin: "/main/friends",
280 showInstanceSpecificPanel: true,
281 scopeOptionsEnabled: false,
282 formattingOptionsEnabled: false,
283 collapseMessageWithSubject: false,
284 hidePostStats: false,
285 hideUserStats: false,
286 scopeCopy: true,
287 subjectLineBehavior: "email",
288 alwaysShowSubjectInput: true
289 },
290 masto_fe: %{
291 showInstanceSpecificPanel: true
292 }
293
294 config :pleroma, :activitypub,
295 accept_blocks: true,
296 unfollow_blocked: true,
297 outgoing_blocks: true,
298 follow_handshake_timeout: 500
299
300 config :pleroma, :user, deny_follow_blocked: true
301
302 config :pleroma, :mrf_normalize_markup, scrub_policy: Pleroma.HTML.Scrubber.Default
303
304 config :pleroma, :mrf_rejectnonpublic,
305 allow_followersonly: false,
306 allow_direct: false
307
308 config :pleroma, :mrf_hellthread,
309 delist_threshold: 10,
310 reject_threshold: 20
311
312 config :pleroma, :mrf_simple,
313 media_removal: [],
314 media_nsfw: [],
315 federated_timeline_removal: [],
316 reject: [],
317 accept: []
318
319 config :pleroma, :mrf_keyword,
320 reject: [],
321 federated_timeline_removal: [],
322 replace: []
323
324 config :pleroma, :rich_media, enabled: true
325
326 config :pleroma, :media_proxy,
327 enabled: false,
328 proxy_opts: [
329 redirect_on_failure: false,
330 max_body_length: 25 * 1_048_576,
331 http: [
332 follow_redirect: true,
333 pool: :media
334 ]
335 ],
336 whitelist: []
337
338 config :pleroma, :chat, enabled: true
339
340 config :phoenix, :format_encoders, json: Jason
341
342 config :pleroma, :gopher,
343 enabled: false,
344 ip: {0, 0, 0, 0},
345 port: 9999
346
347 config :pleroma, Pleroma.Web.Metadata,
348 providers: [Pleroma.Web.Metadata.Providers.RelMe],
349 unfurl_nsfw: false
350
351 config :pleroma, :suggestions,
352 enabled: false,
353 third_party_engine:
354 "http://vinayaka.distsn.org/cgi-bin/vinayaka-user-match-suggestions-api.cgi?{{host}}+{{user}}",
355 timeout: 300_000,
356 limit: 23,
357 web: "https://vinayaka.distsn.org/?{{host}}+{{user}}"
358
359 config :pleroma, :http_security,
360 enabled: true,
361 sts: false,
362 sts_max_age: 31_536_000,
363 ct_max_age: 2_592_000,
364 referrer_policy: "same-origin"
365
366 config :cors_plug,
367 max_age: 86_400,
368 methods: ["POST", "PUT", "DELETE", "GET", "PATCH", "OPTIONS"],
369 expose: [
370 "Link",
371 "X-RateLimit-Reset",
372 "X-RateLimit-Limit",
373 "X-RateLimit-Remaining",
374 "X-Request-Id",
375 "Idempotency-Key"
376 ],
377 credentials: true,
378 headers: ["Authorization", "Content-Type", "Idempotency-Key"]
379
380 config :pleroma, Pleroma.User,
381 restricted_nicknames: [
382 ".well-known",
383 "~",
384 "about",
385 "activities",
386 "api",
387 "auth",
388 "dev",
389 "friend-requests",
390 "inbox",
391 "internal",
392 "main",
393 "media",
394 "nodeinfo",
395 "notice",
396 "oauth",
397 "objects",
398 "ostatus_subscribe",
399 "pleroma",
400 "proxy",
401 "push",
402 "registration",
403 "relay",
404 "settings",
405 "status",
406 "tag",
407 "user-search",
408 "users",
409 "web"
410 ]
411
412 config :pleroma, Pleroma.Web.Federator.RetryQueue,
413 enabled: false,
414 max_jobs: 20,
415 initial_timeout: 30,
416 max_retries: 5
417
418 config :pleroma_job_queue, :queues,
419 federator_incoming: 50,
420 federator_outgoing: 50,
421 web_push: 50,
422 mailer: 10,
423 transmogrifier: 20,
424 scheduled_activities: 10,
425 background: 5
426
427 config :pleroma, :fetch_initial_posts,
428 enabled: false,
429 pages: 5
430
431 config :auto_linker,
432 opts: [
433 scheme: true,
434 extra: true,
435 class: false,
436 strip_prefix: false,
437 new_window: false,
438 rel: false
439 ]
440
441 config :pleroma, :ldap,
442 enabled: System.get_env("LDAP_ENABLED") == "true",
443 host: System.get_env("LDAP_HOST") || "localhost",
444 port: String.to_integer(System.get_env("LDAP_PORT") || "389"),
445 ssl: System.get_env("LDAP_SSL") == "true",
446 sslopts: [],
447 tls: System.get_env("LDAP_TLS") == "true",
448 tlsopts: [],
449 base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
450 uid: System.get_env("LDAP_UID") || "cn"
451
452 config :esshd,
453 enabled: false
454
455 oauth_consumer_strategies = String.split(System.get_env("OAUTH_CONSUMER_STRATEGIES") || "")
456
457 ueberauth_providers =
458 for strategy <- oauth_consumer_strategies do
459 strategy_module_name = "Elixir.Ueberauth.Strategy.#{String.capitalize(strategy)}"
460 strategy_module = String.to_atom(strategy_module_name)
461 {String.to_atom(strategy), {strategy_module, [callback_params: ["state"]]}}
462 end
463
464 config :ueberauth,
465 Ueberauth,
466 base_path: "/oauth",
467 providers: ueberauth_providers
468
469 config :pleroma, :auth, oauth_consumer_strategies: oauth_consumer_strategies
470
471 config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail
472
473 config :prometheus, Pleroma.Web.Endpoint.MetricsExporter, path: "/api/pleroma/app_metrics"
474
475 config :pleroma, Pleroma.ScheduledActivity,
476 daily_user_limit: 25,
477 total_user_limit: 300,
478 enabled: true
479
480 config :pleroma, :oauth2,
481 token_expires_in: 600,
482 issue_new_refresh_token: true
483
484 # Import environment specific config. This must remain at the bottom
485 # of this file so it overrides the configuration defined above.
486 import_config "#{Mix.env()}.exs"