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