2019-04-15 13:45:15 +00:00
|
|
|
# .i;;;;i.
|
|
|
|
# iYcviii;vXY:
|
|
|
|
# .YXi .i1c.
|
|
|
|
# .YC. . in7.
|
|
|
|
# .vc. ...... ;1c.
|
|
|
|
# i7, .. .;1;
|
|
|
|
# i7, .. ... .Y1i
|
|
|
|
# ,7v .6MMM@; .YX,
|
|
|
|
# .7;. ..IMMMMMM1 :t7.
|
|
|
|
# .;Y. ;$MMMMMM9. :tc.
|
|
|
|
# vY. .. .nMMM@MMU. ;1v.
|
|
|
|
# i7i ... .#MM@M@C. .....:71i
|
|
|
|
# it: .... $MMM@9;.,i;;;i,;tti
|
|
|
|
# :t7. ..... 0MMMWv.,iii:::,,;St.
|
|
|
|
# .nC. ..... IMMMQ..,::::::,.,czX.
|
|
|
|
# .ct: ....... .ZMMMI..,:::::::,,:76Y.
|
|
|
|
# c2: ......,i..Y$M@t..:::::::,,..inZY
|
|
|
|
# vov ......:ii..c$MBc..,,,,,,,,,,..iI9i
|
|
|
|
# i9Y ......iii:..7@MA,..,,,,,,,,,....;AA:
|
|
|
|
# iIS. ......:ii::..;@MI....,............;Ez.
|
|
|
|
# .I9. ......:i::::...8M1..................C0z.
|
|
|
|
# .z9; ......:i::::,.. .i:...................zWX.
|
|
|
|
# vbv ......,i::::,,. ................. :AQY
|
|
|
|
# c6Y. .,...,::::,,..:t0@@QY. ................ :8bi
|
|
|
|
# :6S. ..,,...,:::,,,..EMMMMMMI. ............... .;bZ,
|
|
|
|
# :6o, .,,,,..:::,,,..i#MMMMMM#v................. YW2.
|
|
|
|
# .n8i ..,,,,,,,::,,,,.. tMMMMM@C:.................. .1Wn
|
|
|
|
# 7Uc. .:::,,,,,::,,,,.. i1t;,..................... .UEi
|
|
|
|
# 7C...::::::::::::,,,,.. .................... vSi.
|
|
|
|
# ;1;...,,::::::,......... .................. Yz:
|
|
|
|
# v97,......... .voC.
|
|
|
|
# izAotX7777777777777777777777777777777777777777Y7n92:
|
|
|
|
# .;CoIIIIIUAA666666699999ZZZZZZZZZZZZZZZZZZZZ6ov.
|
|
|
|
#
|
|
|
|
# !!! ATTENTION !!!
|
|
|
|
# DO NOT EDIT THIS FILE! THIS FILE CONTAINS THE DEFAULT VALUES FOR THE CON-
|
|
|
|
# FIGURATION! EDIT YOUR SECRET FILE (either prod.secret.exs, dev.secret.exs).
|
|
|
|
#
|
2017-03-17 16:09:58 +00:00
|
|
|
# This file is responsible for configuring your application
|
|
|
|
# and its dependencies with the aid of the Mix.Config module.
|
|
|
|
#
|
|
|
|
# This configuration file is loaded before any dependency and
|
|
|
|
# is restricted to this project.
|
|
|
|
use Mix.Config
|
|
|
|
|
|
|
|
# General application configuration
|
2018-03-30 13:01:53 +00:00
|
|
|
config :pleroma, ecto_repos: [Pleroma.Repo]
|
2017-03-17 16:09:58 +00:00
|
|
|
|
2019-01-30 15:32:30 +00:00
|
|
|
config :pleroma, Pleroma.Repo,
|
|
|
|
types: Pleroma.PostgresTypes,
|
2019-05-17 09:30:35 +00:00
|
|
|
telemetry_event: [Pleroma.Repo.Instrumenter],
|
2020-03-02 06:22:34 +00:00
|
|
|
migration_lock: nil
|
2019-01-30 15:32:30 +00:00
|
|
|
|
2018-12-14 22:31:19 +00:00
|
|
|
config :pleroma, Pleroma.Captcha,
|
2019-12-11 15:29:31 +00:00
|
|
|
enabled: true,
|
2020-01-09 21:45:46 +00:00
|
|
|
seconds_valid: 300,
|
2019-12-11 15:29:31 +00:00
|
|
|
method: Pleroma.Captcha.Native
|
2018-12-14 22:31:19 +00:00
|
|
|
|
2019-12-16 12:35:10 +00:00
|
|
|
config :pleroma, Pleroma.Captcha.Kocaptcha, endpoint: "https://captcha.kotobank.ch"
|
|
|
|
|
2018-11-29 20:11:45 +00:00
|
|
|
# Upload configuration
|
2018-06-26 20:49:57 +00:00
|
|
|
config :pleroma, Pleroma.Upload,
|
2018-08-28 01:45:53 +00:00
|
|
|
uploader: Pleroma.Uploaders.Local,
|
2019-03-15 09:11:13 +00:00
|
|
|
filters: [Pleroma.Upload.Filter.Dedupe],
|
2019-11-10 12:02:47 +00:00
|
|
|
link_name: false,
|
2018-11-23 16:40:45 +00:00
|
|
|
proxy_remote: false,
|
2019-01-30 11:38:38 +00:00
|
|
|
proxy_opts: [
|
|
|
|
redirect_on_failure: false,
|
|
|
|
max_body_length: 25 * 1_048_576,
|
|
|
|
http: [
|
|
|
|
follow_redirect: true,
|
|
|
|
pool: :upload
|
|
|
|
]
|
2020-05-22 15:19:25 +00:00
|
|
|
],
|
2020-08-18 11:21:30 +00:00
|
|
|
filename_display_max_length: 30,
|
|
|
|
default_description: nil
|
2018-11-29 20:11:45 +00:00
|
|
|
|
2018-11-23 16:40:45 +00:00
|
|
|
config :pleroma, Pleroma.Uploaders.Local, uploads: "uploads"
|
2018-08-28 01:20:54 +00:00
|
|
|
|
2018-08-31 04:43:15 +00:00
|
|
|
config :pleroma, Pleroma.Uploaders.S3,
|
|
|
|
bucket: nil,
|
2019-09-23 20:38:53 +00:00
|
|
|
streaming_enabled: true,
|
2018-11-23 16:40:45 +00:00
|
|
|
public_endpoint: "https://s3.amazonaws.com"
|
2017-03-28 23:39:01 +00:00
|
|
|
|
2019-04-01 10:17:57 +00:00
|
|
|
config :pleroma, :emoji,
|
|
|
|
shortcode_globs: ["/emoji/custom/**/*.png"],
|
2019-06-26 03:48:59 +00:00
|
|
|
pack_extensions: [".png", ".gif"],
|
2019-04-02 08:44:56 +00:00
|
|
|
groups: [
|
2019-04-20 12:34:45 +00:00
|
|
|
Custom: ["/emoji/*.png", "/emoji/**/*.png"]
|
2019-04-18 17:48:57 +00:00
|
|
|
],
|
2019-08-12 10:13:01 +00:00
|
|
|
default_manifest: "https://git.pleroma.social/pleroma/emoji-index/raw/master/index.json",
|
|
|
|
shared_pack_cache_seconds_per_file: 60
|
2018-06-30 21:20:08 +00:00
|
|
|
|
2018-10-18 05:36:58 +00:00
|
|
|
config :pleroma, :uri_schemes,
|
|
|
|
valid_schemes: [
|
|
|
|
"https",
|
|
|
|
"http",
|
|
|
|
"dat",
|
|
|
|
"dweb",
|
|
|
|
"gopher",
|
2020-07-07 07:05:54 +00:00
|
|
|
"hyper",
|
2018-10-18 05:36:58 +00:00
|
|
|
"ipfs",
|
|
|
|
"ipns",
|
|
|
|
"irc",
|
|
|
|
"ircs",
|
|
|
|
"magnet",
|
|
|
|
"mailto",
|
|
|
|
"mumble",
|
|
|
|
"ssb",
|
|
|
|
"xmpp"
|
|
|
|
]
|
2018-07-30 19:59:04 +00:00
|
|
|
|
2019-01-02 10:39:11 +00:00
|
|
|
websocket_config = [
|
|
|
|
path: "/websocket",
|
|
|
|
serializer: [
|
|
|
|
{Phoenix.Socket.V1.JSONSerializer, "~> 1.0.0"},
|
|
|
|
{Phoenix.Socket.V2.JSONSerializer, "~> 2.0.0"}
|
|
|
|
],
|
|
|
|
timeout: 60_000,
|
|
|
|
transport_log: false,
|
|
|
|
compress: false
|
|
|
|
]
|
|
|
|
|
2017-03-17 16:09:58 +00:00
|
|
|
# Configures the endpoint
|
|
|
|
config :pleroma, Pleroma.Web.Endpoint,
|
2019-01-30 15:32:30 +00:00
|
|
|
instrumenters: [Pleroma.Web.Endpoint.Instrumenter],
|
2017-03-17 16:09:58 +00:00
|
|
|
url: [host: "localhost"],
|
2018-12-17 13:39:59 +00:00
|
|
|
http: [
|
2019-06-23 06:31:39 +00:00
|
|
|
ip: {127, 0, 0, 1},
|
2018-12-17 13:39:59 +00:00
|
|
|
dispatch: [
|
|
|
|
{:_,
|
|
|
|
[
|
2020-10-21 18:13:49 +00:00
|
|
|
# FedSockets are commented out of the dispatch table on stable because they can't even
|
|
|
|
# fail properly when they are disabled. They will hang the connection instead of returning a 404.
|
|
|
|
# {"/api/fedsocket/v1", Pleroma.Web.FedSockets.IncomingHandler, []},
|
2019-02-28 15:43:38 +00:00
|
|
|
{"/api/v1/streaming", Pleroma.Web.MastodonAPI.WebsocketHandler, []},
|
2019-02-28 16:58:00 +00:00
|
|
|
{"/websocket", Phoenix.Endpoint.CowboyWebSocket,
|
|
|
|
{Phoenix.Transports.WebSocket,
|
|
|
|
{Pleroma.Web.Endpoint, Pleroma.Web.UserSocket, websocket_config}}},
|
2019-02-28 15:43:38 +00:00
|
|
|
{:_, Phoenix.Endpoint.Cowboy2Handler, {Pleroma.Web.Endpoint, []}}
|
2018-12-17 13:39:59 +00:00
|
|
|
]}
|
|
|
|
]
|
|
|
|
],
|
2017-03-29 00:05:51 +00:00
|
|
|
protocol: "https",
|
2017-03-17 16:09:58 +00:00
|
|
|
secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl",
|
2018-11-16 20:35:08 +00:00
|
|
|
signing_salt: "CqaoopA2",
|
2017-03-17 16:09:58 +00:00
|
|
|
render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)],
|
2018-08-27 22:40:58 +00:00
|
|
|
pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2],
|
2019-04-15 04:31:37 +00:00
|
|
|
secure_cookie_flag: true,
|
|
|
|
extra_cookie_attrs: [
|
|
|
|
"SameSite=Lax"
|
|
|
|
]
|
2017-03-17 16:09:58 +00:00
|
|
|
|
2020-09-18 11:58:22 +00:00
|
|
|
config :pleroma, :fed_sockets,
|
|
|
|
enabled: false,
|
|
|
|
connection_duration: :timer.hours(8),
|
|
|
|
rejection_duration: :timer.minutes(15),
|
|
|
|
fed_socket_fetches: [
|
|
|
|
default: 12_000,
|
|
|
|
interval: 3_000,
|
|
|
|
lazy: false
|
|
|
|
]
|
|
|
|
|
2017-03-17 16:09:58 +00:00
|
|
|
# Configures Elixir's Logger
|
|
|
|
config :logger, :console,
|
2019-11-19 22:01:17 +00:00
|
|
|
level: :debug,
|
2019-11-20 17:18:42 +00:00
|
|
|
format: "\n$time $metadata[$level] $message\n",
|
2017-03-17 16:09:58 +00:00
|
|
|
metadata: [:request_id]
|
|
|
|
|
2019-01-02 22:07:48 +00:00
|
|
|
config :logger, :ex_syslogger,
|
|
|
|
level: :debug,
|
2019-06-27 18:00:22 +00:00
|
|
|
ident: "pleroma",
|
2019-02-06 17:34:09 +00:00
|
|
|
format: "$metadata[$level] $message",
|
2019-01-02 22:07:48 +00:00
|
|
|
metadata: [:request_id]
|
|
|
|
|
2019-04-04 19:52:22 +00:00
|
|
|
config :quack,
|
|
|
|
level: :warn,
|
|
|
|
meta: [:all],
|
|
|
|
webhook_url: "https://hooks.slack.com/services/YOUR-KEY-HERE"
|
|
|
|
|
2017-04-17 11:44:41 +00:00
|
|
|
config :mime, :types, %{
|
2018-06-18 04:57:59 +00:00
|
|
|
"application/xml" => ["xml"],
|
2017-12-11 09:37:22 +00:00
|
|
|
"application/xrd+xml" => ["xrd+xml"],
|
2018-12-15 14:58:51 +00:00
|
|
|
"application/jrd+json" => ["jrd+json"],
|
2018-04-01 12:58:01 +00:00
|
|
|
"application/activity+json" => ["activity+json"],
|
|
|
|
"application/ld+json" => ["activity+json"]
|
2017-04-17 11:44:41 +00:00
|
|
|
}
|
|
|
|
|
2020-06-01 11:35:39 +00:00
|
|
|
config :tesla, adapter: Tesla.Adapter.Hackney
|
|
|
|
|
2017-12-30 18:02:51 +00:00
|
|
|
# Configures http settings, upstream proxy etc.
|
2019-03-03 17:33:02 +00:00
|
|
|
config :pleroma, :http,
|
|
|
|
proxy_url: nil,
|
2019-05-17 20:28:58 +00:00
|
|
|
send_user_agent: true,
|
2019-11-25 09:53:11 +00:00
|
|
|
user_agent: :default,
|
2020-02-11 07:12:57 +00:00
|
|
|
adapter: []
|
2017-12-30 16:35:53 +00:00
|
|
|
|
2017-09-15 08:26:28 +00:00
|
|
|
config :pleroma, :instance,
|
|
|
|
name: "Pleroma",
|
2017-09-15 12:17:36 +00:00
|
|
|
email: "example@example.com",
|
2019-04-10 10:57:41 +00:00
|
|
|
notify_email: "noreply@example.com",
|
2020-05-28 05:49:49 +00:00
|
|
|
description: "Pleroma: An efficient and flexible fediverse server",
|
2020-05-18 11:28:50 +00:00
|
|
|
background_image: "/images/city.jpg",
|
2020-06-22 22:35:02 +00:00
|
|
|
instance_thumbnail: "/instance/thumbnail.jpeg",
|
2018-12-26 11:39:35 +00:00
|
|
|
limit: 5_000,
|
2020-07-06 09:08:13 +00:00
|
|
|
description_limit: 5_000,
|
2019-12-04 11:48:34 +00:00
|
|
|
chat_limit: 5_000,
|
2018-12-28 18:57:50 +00:00
|
|
|
remote_limit: 100_000,
|
2018-03-31 23:43:03 +00:00
|
|
|
upload_limit: 16_000_000,
|
2018-10-29 16:30:12 +00:00
|
|
|
avatar_upload_limit: 2_000_000,
|
|
|
|
background_upload_limit: 4_000_000,
|
|
|
|
banner_upload_limit: 4_000_000,
|
2019-05-21 06:13:10 +00:00
|
|
|
poll_limits: %{
|
|
|
|
max_options: 20,
|
|
|
|
max_option_chars: 200,
|
|
|
|
min_expiration: 0,
|
|
|
|
max_expiration: 365 * 24 * 60 * 60
|
|
|
|
},
|
2018-03-05 08:26:24 +00:00
|
|
|
registrations_open: true,
|
2020-02-22 15:29:05 +00:00
|
|
|
invites_enabled: false,
|
|
|
|
account_activation_required: false,
|
2020-07-13 01:14:57 +00:00
|
|
|
account_approval_required: false,
|
2018-04-14 09:20:18 +00:00
|
|
|
federating: true,
|
2019-06-30 12:58:50 +00:00
|
|
|
federation_incoming_replies_max_depth: 100,
|
2019-01-28 12:25:06 +00:00
|
|
|
federation_reachability_timeout_days: 7,
|
2019-05-12 03:55:17 +00:00
|
|
|
federation_publisher_modules: [
|
2019-10-17 22:31:20 +00:00
|
|
|
Pleroma.Web.ActivityPub.Publisher
|
2019-05-12 03:55:17 +00:00
|
|
|
],
|
2018-08-06 06:18:15 +00:00
|
|
|
allow_relay: true,
|
2018-06-07 03:26:41 +00:00
|
|
|
public: true,
|
2018-09-01 21:03:35 +00:00
|
|
|
quarantined_instances: [],
|
2018-12-17 21:50:59 +00:00
|
|
|
static_dir: "instance/static/",
|
2018-10-05 21:02:17 +00:00
|
|
|
allowed_post_formats: [
|
|
|
|
"text/plain",
|
|
|
|
"text/html",
|
2019-04-26 10:17:57 +00:00
|
|
|
"text/markdown",
|
|
|
|
"text/bbcode"
|
2018-10-07 01:23:38 +00:00
|
|
|
],
|
2019-01-09 10:02:30 +00:00
|
|
|
autofollowed_nicknames: [],
|
2019-01-17 15:50:34 +00:00
|
|
|
max_pinned_statuses: 1,
|
2020-02-11 21:39:19 +00:00
|
|
|
attachment_links: false,
|
2019-03-20 20:09:36 +00:00
|
|
|
max_report_comment_size: 1000,
|
2019-04-22 10:00:06 +00:00
|
|
|
safe_dm_mentions: false,
|
2019-05-21 01:21:28 +00:00
|
|
|
healthcheck: false,
|
2019-06-03 13:04:39 +00:00
|
|
|
remote_post_retention_days: 90,
|
2019-06-07 12:28:14 +00:00
|
|
|
skip_thread_containment: true,
|
2019-06-14 15:45:05 +00:00
|
|
|
limit_to_local_content: :unauthenticated,
|
2019-08-01 08:53:37 +00:00
|
|
|
user_bio_length: 5000,
|
|
|
|
user_name_length: 100,
|
2019-08-08 06:20:35 +00:00
|
|
|
max_account_fields: 10,
|
|
|
|
max_remote_account_fields: 20,
|
2019-08-23 21:28:52 +00:00
|
|
|
account_field_name_length: 512,
|
2019-09-16 14:48:01 +00:00
|
|
|
account_field_value_length: 2048,
|
2020-07-27 20:13:34 +00:00
|
|
|
registration_reason_length: 500,
|
2019-10-03 15:40:49 +00:00
|
|
|
external_user_synchronization: true,
|
2020-01-30 22:20:37 +00:00
|
|
|
extended_nickname_format: true,
|
2020-05-07 08:14:54 +00:00
|
|
|
cleanup_attachments: false,
|
|
|
|
multi_factor_authentication: [
|
|
|
|
totp: [
|
|
|
|
# digits 6 or 8
|
|
|
|
digits: 6,
|
|
|
|
period: 30
|
|
|
|
],
|
|
|
|
backup_codes: [
|
|
|
|
number: 5,
|
|
|
|
length: 16
|
|
|
|
]
|
2020-07-28 19:49:49 +00:00
|
|
|
],
|
|
|
|
show_reactions: true
|
2017-09-15 08:26:28 +00:00
|
|
|
|
2020-07-21 06:25:53 +00:00
|
|
|
config :pleroma, :welcome,
|
|
|
|
direct_message: [
|
|
|
|
enabled: false,
|
|
|
|
sender_nickname: nil,
|
|
|
|
message: nil
|
|
|
|
],
|
2020-08-02 13:54:59 +00:00
|
|
|
chat_message: [
|
|
|
|
enabled: false,
|
|
|
|
sender_nickname: nil,
|
|
|
|
message: nil
|
|
|
|
],
|
2020-07-21 06:25:53 +00:00
|
|
|
email: [
|
|
|
|
enabled: false,
|
2020-07-22 12:34:47 +00:00
|
|
|
sender: nil,
|
2020-07-21 06:25:53 +00:00
|
|
|
subject: "Welcome to <%= instance_name %>",
|
|
|
|
html: "Welcome to <%= instance_name %>",
|
|
|
|
text: "Welcome to <%= instance_name %>"
|
2020-05-07 08:14:54 +00:00
|
|
|
]
|
2017-09-15 08:26:28 +00:00
|
|
|
|
2019-11-08 06:23:24 +00:00
|
|
|
config :pleroma, :feed,
|
|
|
|
post_title: %{
|
|
|
|
max_length: 100,
|
2019-11-10 11:02:34 +00:00
|
|
|
omission: "..."
|
2019-11-08 06:23:24 +00:00
|
|
|
}
|
|
|
|
|
2018-09-09 23:29:00 +00:00
|
|
|
config :pleroma, :markup,
|
2018-09-10 00:23:23 +00:00
|
|
|
# XXX - unfortunately, inline images must be enabled by default right now, because
|
|
|
|
# of custom emoji. Issue #275 discusses defanging that somehow.
|
|
|
|
allow_inline_images: true,
|
2018-09-10 00:05:26 +00:00
|
|
|
allow_headings: false,
|
|
|
|
allow_tables: false,
|
|
|
|
allow_fonts: false,
|
2018-09-16 02:13:54 +00:00
|
|
|
scrub_policy: [
|
2019-10-28 22:15:28 +00:00
|
|
|
Pleroma.HTML.Scrubber.Default,
|
|
|
|
Pleroma.HTML.Transform.MediaProxy
|
2018-09-16 02:13:54 +00:00
|
|
|
]
|
2018-09-09 23:29:00 +00:00
|
|
|
|
2019-01-23 11:40:57 +00:00
|
|
|
config :pleroma, :frontend_configurations,
|
|
|
|
pleroma_fe: %{
|
2020-05-19 21:05:39 +00:00
|
|
|
alwaysShowSubjectInput: true,
|
2020-05-26 14:00:56 +00:00
|
|
|
background: "/images/city.jpg",
|
2019-01-23 11:40:57 +00:00
|
|
|
collapseMessageWithSubject: false,
|
2020-05-19 21:05:39 +00:00
|
|
|
disableChat: false,
|
|
|
|
greentext: false,
|
|
|
|
hideFilteredStatuses: false,
|
|
|
|
hideMutedPosts: false,
|
2019-01-23 11:40:57 +00:00
|
|
|
hidePostStats: false,
|
2020-05-19 21:05:39 +00:00
|
|
|
hideSitename: false,
|
2019-01-23 11:40:57 +00:00
|
|
|
hideUserStats: false,
|
2020-05-19 21:05:39 +00:00
|
|
|
loginMethod: "password",
|
|
|
|
logo: "/static/logo.png",
|
|
|
|
logoMargin: ".1em",
|
|
|
|
logoMask: true,
|
|
|
|
minimalScopesMode: false,
|
|
|
|
noAttachmentLinks: false,
|
|
|
|
nsfwCensorImage: "",
|
|
|
|
postContentType: "text/plain",
|
|
|
|
redirectRootLogin: "/main/friends",
|
|
|
|
redirectRootNoLogin: "/main/all",
|
2019-01-23 11:40:57 +00:00
|
|
|
scopeCopy: true,
|
2020-05-20 17:22:31 +00:00
|
|
|
sidebarRight: false,
|
2020-05-19 21:05:39 +00:00
|
|
|
showFeaturesPanel: true,
|
|
|
|
showInstanceSpecificPanel: false,
|
2019-01-23 11:40:57 +00:00
|
|
|
subjectLineBehavior: "email",
|
2020-05-19 21:05:39 +00:00
|
|
|
theme: "pleroma-dark",
|
|
|
|
webPushNotifications: false
|
2019-03-06 01:25:13 +00:00
|
|
|
},
|
|
|
|
masto_fe: %{
|
|
|
|
showInstanceSpecificPanel: true
|
2019-01-23 11:40:57 +00:00
|
|
|
}
|
|
|
|
|
2019-05-20 15:12:55 +00:00
|
|
|
config :pleroma, :assets,
|
|
|
|
mascots: [
|
|
|
|
pleroma_fox_tan: %{
|
|
|
|
url: "/images/pleroma-fox-tan-smol.png",
|
|
|
|
mime_type: "image/png"
|
|
|
|
},
|
|
|
|
pleroma_fox_tan_shy: %{
|
|
|
|
url: "/images/pleroma-fox-tan-shy.png",
|
|
|
|
mime_type: "image/png"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
default_mascot: :pleroma_fox_tan
|
|
|
|
|
2019-10-11 12:48:01 +00:00
|
|
|
config :pleroma, :manifest,
|
|
|
|
icons: [
|
|
|
|
%{
|
|
|
|
src: "/static/logo.png",
|
|
|
|
type: "image/png"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
theme_color: "#282c37",
|
|
|
|
background_color: "#191b22"
|
|
|
|
|
2018-06-09 00:12:16 +00:00
|
|
|
config :pleroma, :activitypub,
|
|
|
|
unfollow_blocked: true,
|
2018-10-07 01:05:59 +00:00
|
|
|
outgoing_blocks: true,
|
2019-07-17 21:38:06 +00:00
|
|
|
follow_handshake_timeout: 500,
|
2020-02-08 16:58:02 +00:00
|
|
|
note_replies_output_limit: 5,
|
2019-12-16 15:24:03 +00:00
|
|
|
sign_object_fetches: true,
|
|
|
|
authorized_fetch_mode: false
|
2018-05-26 08:24:50 +00:00
|
|
|
|
2019-09-16 10:03:37 +00:00
|
|
|
config :pleroma, :streamer,
|
|
|
|
workers: 3,
|
|
|
|
overflow_workers: 2
|
|
|
|
|
2018-06-09 04:28:11 +00:00
|
|
|
config :pleroma, :user, deny_follow_blocked: true
|
2018-05-26 08:24:50 +00:00
|
|
|
|
2018-09-10 00:48:28 +00:00
|
|
|
config :pleroma, :mrf_normalize_markup, scrub_policy: Pleroma.HTML.Scrubber.Default
|
|
|
|
|
2018-06-10 23:40:51 +00:00
|
|
|
config :pleroma, :mrf_rejectnonpublic,
|
|
|
|
allow_followersonly: false,
|
|
|
|
allow_direct: false
|
|
|
|
|
2019-02-03 19:12:23 +00:00
|
|
|
config :pleroma, :mrf_hellthread,
|
2019-02-15 11:47:50 +00:00
|
|
|
delist_threshold: 10,
|
|
|
|
reject_threshold: 20
|
2018-12-22 22:18:31 +00:00
|
|
|
|
2018-04-14 11:31:12 +00:00
|
|
|
config :pleroma, :mrf_simple,
|
|
|
|
media_removal: [],
|
|
|
|
media_nsfw: [],
|
|
|
|
federated_timeline_removal: [],
|
2019-05-19 22:02:50 +00:00
|
|
|
report_removal: [],
|
2018-06-19 21:23:37 +00:00
|
|
|
reject: [],
|
2020-08-01 21:08:29 +00:00
|
|
|
followers_only: [],
|
2019-05-22 04:55:16 +00:00
|
|
|
accept: [],
|
|
|
|
avatar_removal: [],
|
2020-04-13 18:48:32 +00:00
|
|
|
banner_removal: [],
|
|
|
|
reject_deletes: []
|
2019-01-31 15:18:20 +00:00
|
|
|
|
2019-02-08 09:48:39 +00:00
|
|
|
config :pleroma, :mrf_keyword,
|
|
|
|
reject: [],
|
2019-02-08 10:12:09 +00:00
|
|
|
federated_timeline_removal: [],
|
2019-02-08 09:48:39 +00:00
|
|
|
replace: []
|
|
|
|
|
2019-06-02 10:29:15 +00:00
|
|
|
config :pleroma, :mrf_subchain, match_actor: %{}
|
2019-06-02 09:50:16 +00:00
|
|
|
|
2020-02-11 09:53:24 +00:00
|
|
|
config :pleroma, :mrf_activity_expiration, days: 365
|
|
|
|
|
2019-08-13 20:28:59 +00:00
|
|
|
config :pleroma, :mrf_vocabulary,
|
|
|
|
accept: [],
|
|
|
|
reject: []
|
|
|
|
|
2020-07-30 16:49:48 +00:00
|
|
|
# threshold of 7 days
|
2019-11-15 00:26:06 +00:00
|
|
|
config :pleroma, :mrf_object_age,
|
2020-07-30 16:49:48 +00:00
|
|
|
threshold: 604_800,
|
2019-11-15 00:26:06 +00:00
|
|
|
actions: [:delist, :strip_followers]
|
|
|
|
|
2019-06-25 19:25:37 +00:00
|
|
|
config :pleroma, :rich_media,
|
|
|
|
enabled: true,
|
|
|
|
ignore_hosts: [],
|
2019-07-11 13:04:42 +00:00
|
|
|
ignore_tld: ["local", "localdomain", "lan"],
|
|
|
|
parsers: [
|
|
|
|
Pleroma.Web.RichMedia.Parsers.TwitterCard,
|
|
|
|
Pleroma.Web.RichMedia.Parsers.OEmbed
|
2019-07-16 16:52:36 +00:00
|
|
|
],
|
2020-09-02 11:21:28 +00:00
|
|
|
failure_backoff: 60_000,
|
2019-07-16 16:52:36 +00:00
|
|
|
ttl_setters: [Pleroma.Web.RichMedia.Parser.TTL.AwsSignedUrl]
|
2018-04-14 11:31:12 +00:00
|
|
|
|
2019-01-30 11:38:38 +00:00
|
|
|
config :pleroma, :media_proxy,
|
|
|
|
enabled: false,
|
2020-05-15 18:34:46 +00:00
|
|
|
invalidation: [
|
|
|
|
enabled: false,
|
2020-05-18 03:48:19 +00:00
|
|
|
provider: Pleroma.Web.MediaProxy.Invalidation.Script
|
2020-05-15 18:34:46 +00:00
|
|
|
],
|
2019-01-30 11:38:38 +00:00
|
|
|
proxy_opts: [
|
|
|
|
redirect_on_failure: false,
|
|
|
|
max_body_length: 25 * 1_048_576,
|
2020-05-11 20:21:53 +00:00
|
|
|
# Note: max_read_duration defaults to Pleroma.ReverseProxy.max_read_duration_default/1
|
|
|
|
max_read_duration: 30_000,
|
2019-01-30 11:38:38 +00:00
|
|
|
http: [
|
|
|
|
follow_redirect: true,
|
|
|
|
pool: :media
|
|
|
|
]
|
2019-04-25 23:11:47 +00:00
|
|
|
],
|
|
|
|
whitelist: []
|
2018-03-30 13:01:53 +00:00
|
|
|
|
2020-06-14 18:02:57 +00:00
|
|
|
config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Http,
|
|
|
|
method: :purge,
|
|
|
|
headers: [],
|
|
|
|
options: []
|
|
|
|
|
|
|
|
config :pleroma, Pleroma.Web.MediaProxy.Invalidation.Script, script_path: nil
|
|
|
|
|
2020-05-11 20:21:53 +00:00
|
|
|
# Note: media preview proxy depends on media proxy to be enabled
|
2020-05-08 20:06:47 +00:00
|
|
|
config :pleroma, :media_preview_proxy,
|
|
|
|
enabled: false,
|
2020-08-21 05:59:08 +00:00
|
|
|
thumbnail_max_width: 600,
|
|
|
|
thumbnail_max_height: 600,
|
2020-09-17 14:13:40 +00:00
|
|
|
image_quality: 85,
|
|
|
|
min_content_length: 100 * 1024
|
2020-05-08 20:06:47 +00:00
|
|
|
|
2018-03-30 13:01:53 +00:00
|
|
|
config :pleroma, :chat, enabled: true
|
2018-02-01 17:23:26 +00:00
|
|
|
|
2018-03-30 13:01:53 +00:00
|
|
|
config :phoenix, :format_encoders, json: Jason
|
2018-03-27 14:09:08 +00:00
|
|
|
|
2019-09-11 20:04:01 +00:00
|
|
|
config :phoenix, :json_library, Jason
|
|
|
|
|
2020-02-28 04:27:50 +00:00
|
|
|
config :phoenix, :filter_parameters, ["password", "confirm"]
|
|
|
|
|
2018-03-31 15:51:33 +00:00
|
|
|
config :pleroma, :gopher,
|
|
|
|
enabled: false,
|
|
|
|
ip: {0, 0, 0, 0},
|
|
|
|
port: 9999
|
|
|
|
|
2019-04-19 07:50:21 +00:00
|
|
|
config :pleroma, Pleroma.Web.Metadata,
|
2019-07-08 10:00:45 +00:00
|
|
|
providers: [
|
|
|
|
Pleroma.Web.Metadata.Providers.OpenGraph,
|
2020-08-31 19:48:22 +00:00
|
|
|
Pleroma.Web.Metadata.Providers.TwitterCard
|
2019-07-08 10:00:45 +00:00
|
|
|
],
|
2019-04-19 07:50:21 +00:00
|
|
|
unfurl_nsfw: false
|
2018-12-12 19:37:00 +00:00
|
|
|
|
2020-05-12 15:08:00 +00:00
|
|
|
config :pleroma, Pleroma.Web.Preload,
|
|
|
|
providers: [
|
2020-07-06 10:25:25 +00:00
|
|
|
Pleroma.Web.Preload.Providers.Instance
|
2020-05-12 15:08:00 +00:00
|
|
|
]
|
|
|
|
|
2018-11-12 15:08:02 +00:00
|
|
|
config :pleroma, :http_security,
|
2018-11-11 06:37:18 +00:00
|
|
|
enabled: true,
|
|
|
|
sts: false,
|
2018-11-11 06:53:42 +00:00
|
|
|
sts_max_age: 31_536_000,
|
2018-11-12 15:14:46 +00:00
|
|
|
ct_max_age: 2_592_000,
|
|
|
|
referrer_policy: "same-origin"
|
2018-11-11 06:37:18 +00:00
|
|
|
|
2018-11-11 05:40:55 +00:00
|
|
|
config :cors_plug,
|
|
|
|
max_age: 86_400,
|
|
|
|
methods: ["POST", "PUT", "DELETE", "GET", "PATCH", "OPTIONS"],
|
|
|
|
expose: [
|
|
|
|
"Link",
|
|
|
|
"X-RateLimit-Reset",
|
|
|
|
"X-RateLimit-Limit",
|
|
|
|
"X-RateLimit-Remaining",
|
|
|
|
"X-Request-Id",
|
|
|
|
"Idempotency-Key"
|
|
|
|
],
|
|
|
|
credentials: true,
|
|
|
|
headers: ["Authorization", "Content-Type", "Idempotency-Key"]
|
|
|
|
|
2018-12-25 19:09:27 +00:00
|
|
|
config :pleroma, Pleroma.User,
|
|
|
|
restricted_nicknames: [
|
2019-01-10 00:06:03 +00:00
|
|
|
".well-known",
|
2018-12-26 13:16:41 +00:00
|
|
|
"~",
|
2019-01-10 00:06:03 +00:00
|
|
|
"about",
|
2018-12-25 19:09:27 +00:00
|
|
|
"activities",
|
|
|
|
"api",
|
2019-01-10 00:06:03 +00:00
|
|
|
"auth",
|
2019-05-20 22:18:59 +00:00
|
|
|
"check_password",
|
2019-01-10 00:06:03 +00:00
|
|
|
"dev",
|
|
|
|
"friend-requests",
|
|
|
|
"inbox",
|
|
|
|
"internal",
|
|
|
|
"main",
|
|
|
|
"media",
|
|
|
|
"nodeinfo",
|
2018-12-25 19:09:27 +00:00
|
|
|
"notice",
|
|
|
|
"oauth",
|
2019-01-10 00:06:03 +00:00
|
|
|
"objects",
|
|
|
|
"ostatus_subscribe",
|
|
|
|
"pleroma",
|
|
|
|
"proxy",
|
2018-12-25 19:09:27 +00:00
|
|
|
"push",
|
2019-01-10 00:06:03 +00:00
|
|
|
"registration",
|
2018-12-25 19:09:27 +00:00
|
|
|
"relay",
|
2019-01-10 00:06:03 +00:00
|
|
|
"settings",
|
|
|
|
"status",
|
|
|
|
"tag",
|
|
|
|
"user-search",
|
2019-05-20 22:18:59 +00:00
|
|
|
"user_exists",
|
2019-01-10 00:06:03 +00:00
|
|
|
"users",
|
2020-08-06 23:01:29 +00:00
|
|
|
"web",
|
|
|
|
"verify_credentials",
|
|
|
|
"update_credentials",
|
|
|
|
"relationships",
|
|
|
|
"search",
|
|
|
|
"confirmation_resend",
|
|
|
|
"mfa"
|
2020-08-02 19:53:42 +00:00
|
|
|
],
|
|
|
|
email_blacklist: []
|
2018-12-25 19:09:27 +00:00
|
|
|
|
2019-08-01 14:28:00 +00:00
|
|
|
config :pleroma, Oban,
|
|
|
|
repo: Pleroma.Repo,
|
2020-06-23 12:09:01 +00:00
|
|
|
log: false,
|
2019-08-23 15:28:23 +00:00
|
|
|
queues: [
|
2019-08-31 11:25:43 +00:00
|
|
|
activity_expiration: 10,
|
2020-09-05 15:35:01 +00:00
|
|
|
token_expiration: 5,
|
2019-08-23 15:28:23 +00:00
|
|
|
federator_incoming: 50,
|
|
|
|
federator_outgoing: 50,
|
2020-09-18 11:58:22 +00:00
|
|
|
ingestion_queue: 50,
|
2019-08-23 15:28:23 +00:00
|
|
|
web_push: 50,
|
|
|
|
mailer: 10,
|
|
|
|
transmogrifier: 20,
|
|
|
|
scheduled_activities: 10,
|
2020-01-21 16:48:14 +00:00
|
|
|
background: 5,
|
2020-01-25 07:47:30 +00:00
|
|
|
remote_fetcher: 2,
|
2020-01-22 17:18:27 +00:00
|
|
|
attachments_cleanup: 5,
|
2020-01-22 16:31:42 +00:00
|
|
|
new_users_digest: 1
|
2019-11-25 11:32:20 +00:00
|
|
|
],
|
2020-07-15 13:20:17 +00:00
|
|
|
plugins: [Oban.Plugins.Pruner],
|
2019-11-25 11:32:20 +00:00
|
|
|
crontab: [
|
2020-02-11 09:54:55 +00:00
|
|
|
{"0 0 * * 0", Pleroma.Workers.Cron.DigestEmailsWorker},
|
2020-02-11 19:33:05 +00:00
|
|
|
{"0 0 * * *", Pleroma.Workers.Cron.NewUsersDigestWorker}
|
2019-08-23 15:28:23 +00:00
|
|
|
]
|
2019-01-28 15:17:17 +00:00
|
|
|
|
2019-08-09 17:08:01 +00:00
|
|
|
config :pleroma, :workers,
|
|
|
|
retries: [
|
|
|
|
federator_incoming: 5,
|
|
|
|
federator_outgoing: 5
|
|
|
|
]
|
|
|
|
|
2020-07-21 22:18:17 +00:00
|
|
|
config :pleroma, Pleroma.Formatter,
|
|
|
|
class: false,
|
|
|
|
rel: "ugc",
|
|
|
|
new_window: false,
|
|
|
|
truncate: false,
|
|
|
|
strip_prefix: false,
|
|
|
|
extra: true,
|
|
|
|
validate_tld: :no_scheme
|
2019-02-26 23:32:26 +00:00
|
|
|
|
2019-02-22 13:03:43 +00:00
|
|
|
config :pleroma, :ldap,
|
|
|
|
enabled: System.get_env("LDAP_ENABLED") == "true",
|
|
|
|
host: System.get_env("LDAP_HOST") || "localhost",
|
|
|
|
port: String.to_integer(System.get_env("LDAP_PORT") || "389"),
|
|
|
|
ssl: System.get_env("LDAP_SSL") == "true",
|
|
|
|
sslopts: [],
|
2019-03-12 16:20:02 +00:00
|
|
|
tls: System.get_env("LDAP_TLS") == "true",
|
|
|
|
tlsopts: [],
|
2019-02-22 13:03:43 +00:00
|
|
|
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
|
|
|
|
uid: System.get_env("LDAP_UID") || "cn"
|
|
|
|
|
2019-03-31 18:35:10 +00:00
|
|
|
config :esshd,
|
|
|
|
enabled: false
|
|
|
|
|
2019-06-02 14:45:32 +00:00
|
|
|
oauth_consumer_strategies =
|
|
|
|
System.get_env("OAUTH_CONSUMER_STRATEGIES")
|
|
|
|
|> to_string()
|
|
|
|
|> String.split()
|
|
|
|
|> Enum.map(&hd(String.split(&1, ":")))
|
2019-03-20 17:25:48 +00:00
|
|
|
|
|
|
|
ueberauth_providers =
|
|
|
|
for strategy <- oauth_consumer_strategies do
|
2019-03-27 12:39:35 +00:00
|
|
|
strategy_module_name = "Elixir.Ueberauth.Strategy.#{String.capitalize(strategy)}"
|
2019-03-20 17:25:48 +00:00
|
|
|
strategy_module = String.to_atom(strategy_module_name)
|
|
|
|
{String.to_atom(strategy), {strategy_module, [callback_params: ["state"]]}}
|
|
|
|
end
|
2019-03-15 14:08:03 +00:00
|
|
|
|
2019-03-11 17:37:26 +00:00
|
|
|
config :ueberauth,
|
|
|
|
Ueberauth,
|
|
|
|
base_path: "/oauth",
|
2019-03-20 17:25:48 +00:00
|
|
|
providers: ueberauth_providers
|
|
|
|
|
2019-12-05 21:25:44 +00:00
|
|
|
config :pleroma,
|
|
|
|
:auth,
|
2020-01-10 07:52:21 +00:00
|
|
|
enforce_oauth_admin_scope_usage: true,
|
2019-12-05 21:25:44 +00:00
|
|
|
oauth_consumer_strategies: oauth_consumer_strategies
|
2019-03-11 17:37:26 +00:00
|
|
|
|
2019-07-10 05:34:21 +00:00
|
|
|
config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false
|
2019-03-31 22:46:17 +00:00
|
|
|
|
2019-08-16 11:32:25 +00:00
|
|
|
config :pleroma, Pleroma.Emails.UserEmail,
|
|
|
|
logo: nil,
|
|
|
|
styling: %{
|
|
|
|
link_color: "#d8a070",
|
|
|
|
background_color: "#2C3645",
|
|
|
|
content_background_color: "#1B2635",
|
|
|
|
header_color: "#d8a070",
|
|
|
|
text_color: "#b9b9ba",
|
|
|
|
text_muted_color: "#b9b9ba"
|
|
|
|
}
|
|
|
|
|
2020-01-22 16:53:06 +00:00
|
|
|
config :pleroma, Pleroma.Emails.NewUsersDigestEmail, enabled: false
|
|
|
|
|
2019-01-30 15:44:38 +00:00
|
|
|
config :prometheus, Pleroma.Web.Endpoint.MetricsExporter, path: "/api/pleroma/app_metrics"
|
|
|
|
|
2019-04-03 15:55:04 +00:00
|
|
|
config :pleroma, Pleroma.ScheduledActivity,
|
|
|
|
daily_user_limit: 25,
|
|
|
|
total_user_limit: 300,
|
|
|
|
enabled: true
|
|
|
|
|
2019-04-17 09:59:05 +00:00
|
|
|
config :pleroma, :email_notifications,
|
|
|
|
digest: %{
|
2019-06-06 22:22:35 +00:00
|
|
|
active: false,
|
2019-04-17 09:59:05 +00:00
|
|
|
interval: 7,
|
|
|
|
inactivity_threshold: 7
|
|
|
|
}
|
|
|
|
|
2019-05-06 17:51:03 +00:00
|
|
|
config :pleroma, :oauth2,
|
|
|
|
token_expires_in: 600,
|
2019-05-22 15:44:50 +00:00
|
|
|
issue_new_refresh_token: true,
|
2019-11-25 11:32:20 +00:00
|
|
|
clean_expired_tokens: false
|
2019-05-06 17:51:03 +00:00
|
|
|
|
2019-05-15 13:28:01 +00:00
|
|
|
config :pleroma, :database, rum_enabled: false
|
|
|
|
|
2019-06-06 20:59:51 +00:00
|
|
|
config :pleroma, :env, Mix.env()
|
|
|
|
|
2019-05-14 20:03:13 +00:00
|
|
|
config :http_signatures,
|
|
|
|
adapter: Pleroma.Signature
|
|
|
|
|
2020-01-29 20:58:15 +00:00
|
|
|
config :pleroma, :rate_limit,
|
|
|
|
authentication: {60_000, 15},
|
2020-02-28 14:44:59 +00:00
|
|
|
timeline: {500, 3},
|
2020-01-29 20:58:15 +00:00
|
|
|
search: [{1000, 10}, {1000, 30}],
|
|
|
|
app_account_creation: {1_800_000, 25},
|
|
|
|
relations_actions: {10_000, 10},
|
|
|
|
relation_id_action: {60_000, 2},
|
|
|
|
statuses_actions: {10_000, 15},
|
|
|
|
status_id_action: {60_000, 3},
|
|
|
|
password_reset: {1_800_000, 5},
|
|
|
|
account_confirmation_resend: {8_640_000, 5},
|
|
|
|
ap_routes: {60_000, 15}
|
2019-06-11 07:28:39 +00:00
|
|
|
|
2020-09-07 17:57:38 +00:00
|
|
|
config :pleroma, Pleroma.Workers.PurgeExpiredActivity, enabled: true, min_lifetime: 600
|
2019-06-11 07:28:39 +00:00
|
|
|
|
2020-06-24 06:30:32 +00:00
|
|
|
config :pleroma, Pleroma.Web.Plugs.RemoteIp,
|
2020-10-06 22:02:46 +00:00
|
|
|
enabled: true,
|
|
|
|
headers: ["x-forwarded-for"],
|
|
|
|
proxies: [],
|
|
|
|
reserved: [
|
|
|
|
"127.0.0.0/8",
|
|
|
|
"::1/128",
|
|
|
|
"fc00::/7",
|
|
|
|
"10.0.0.0/8",
|
|
|
|
"172.16.0.0/12",
|
|
|
|
"192.168.0.0/16"
|
|
|
|
]
|
2019-09-27 21:59:23 +00:00
|
|
|
|
2019-11-08 03:31:28 +00:00
|
|
|
config :pleroma, :static_fe, enabled: false
|
|
|
|
|
2020-07-28 15:46:37 +00:00
|
|
|
# Example of frontend configuration
|
|
|
|
# This example will make us serve the primary frontend from the
|
2020-07-28 17:10:04 +00:00
|
|
|
# frontends directory within your `:pleroma, :instance, static_dir`.
|
|
|
|
# e.g., instance/static/frontends/pleroma/develop/
|
2020-07-28 15:46:37 +00:00
|
|
|
#
|
|
|
|
# With no frontend configuration, the bundled files from the `static` directory will
|
|
|
|
# be used.
|
|
|
|
#
|
2020-09-06 09:13:26 +00:00
|
|
|
# config :pleroma, :frontends,
|
2020-07-30 12:17:58 +00:00
|
|
|
# primary: %{"name" => "pleroma-fe", "ref" => "develop"},
|
|
|
|
# admin: %{"name" => "admin-fe", "ref" => "stable"},
|
2020-07-30 12:14:58 +00:00
|
|
|
# available: %{...}
|
|
|
|
|
|
|
|
config :pleroma, :frontends,
|
|
|
|
available: %{
|
2020-07-30 12:17:58 +00:00
|
|
|
"kenoma" => %{
|
|
|
|
"name" => "kenoma",
|
|
|
|
"git" => "https://git.pleroma.social/lambadalambda/kenoma",
|
|
|
|
"build_url" =>
|
|
|
|
"https://git.pleroma.social/lambadalambda/kenoma/-/jobs/artifacts/${ref}/download?job=build",
|
|
|
|
"ref" => "master"
|
|
|
|
},
|
|
|
|
"pleroma-fe" => %{
|
|
|
|
"name" => "pleroma-fe",
|
2020-07-30 12:14:58 +00:00
|
|
|
"git" => "https://git.pleroma.social/pleroma/pleroma-fe",
|
|
|
|
"build_url" =>
|
|
|
|
"https://git.pleroma.social/pleroma/pleroma-fe/-/jobs/artifacts/${ref}/download?job=build",
|
|
|
|
"ref" => "develop"
|
|
|
|
},
|
|
|
|
"fedi-fe" => %{
|
|
|
|
"name" => "fedi-fe",
|
|
|
|
"git" => "https://git.pleroma.social/pleroma/fedi-fe",
|
|
|
|
"build_url" =>
|
|
|
|
"https://git.pleroma.social/pleroma/fedi-fe/-/jobs/artifacts/${ref}/download?job=build",
|
|
|
|
"ref" => "master"
|
|
|
|
},
|
|
|
|
"admin-fe" => %{
|
|
|
|
"name" => "admin-fe",
|
|
|
|
"git" => "https://git.pleroma.social/pleroma/admin-fe",
|
|
|
|
"build_url" =>
|
|
|
|
"https://git.pleroma.social/pleroma/admin-fe/-/jobs/artifacts/${ref}/download?job=build",
|
|
|
|
"ref" => "develop"
|
|
|
|
},
|
|
|
|
"soapbox-fe" => %{
|
|
|
|
"name" => "soapbox-fe",
|
|
|
|
"git" => "https://gitlab.com/soapbox-pub/soapbox-fe",
|
|
|
|
"build_url" =>
|
|
|
|
"https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production",
|
|
|
|
"ref" => "v1.0.0",
|
|
|
|
"build_dir" => "static"
|
|
|
|
}
|
|
|
|
}
|
2020-07-28 15:46:37 +00:00
|
|
|
|
2019-09-09 18:53:08 +00:00
|
|
|
config :pleroma, :web_cache_ttl,
|
|
|
|
activity_pub: nil,
|
|
|
|
activity_pub_question: 30_000
|
|
|
|
|
2019-12-06 08:04:46 +00:00
|
|
|
config :pleroma, :modules, runtime_dir: "instance/modules"
|
|
|
|
|
2020-01-10 16:34:19 +00:00
|
|
|
config :pleroma, configurable_from_database: false
|
|
|
|
|
2020-02-25 10:17:51 +00:00
|
|
|
config :pleroma, Pleroma.Repo,
|
|
|
|
parameters: [gin_fuzzy_search_limit: "500"],
|
|
|
|
prepare: :unnamed
|
2020-03-02 06:22:34 +00:00
|
|
|
|
2020-02-11 07:12:57 +00:00
|
|
|
config :pleroma, :connections_pool,
|
2020-05-05 22:51:10 +00:00
|
|
|
reclaim_multiplier: 0.1,
|
2020-05-17 19:16:02 +00:00
|
|
|
connection_acquisition_wait: 250,
|
|
|
|
connection_acquisition_retries: 5,
|
2020-02-11 07:12:57 +00:00
|
|
|
max_connections: 250,
|
2020-05-05 22:51:10 +00:00
|
|
|
max_idle_time: 30_000,
|
2020-07-06 09:13:02 +00:00
|
|
|
retry: 0,
|
2020-09-04 16:05:08 +00:00
|
|
|
connect_timeout: 5_000
|
2020-02-11 07:12:57 +00:00
|
|
|
|
|
|
|
config :pleroma, :pools,
|
|
|
|
federation: [
|
|
|
|
size: 50,
|
2020-08-19 07:22:59 +00:00
|
|
|
max_waiting: 10,
|
2020-09-04 16:05:08 +00:00
|
|
|
recv_timeout: 10_000
|
2020-02-11 07:12:57 +00:00
|
|
|
],
|
|
|
|
media: [
|
|
|
|
size: 50,
|
2020-09-03 20:08:12 +00:00
|
|
|
max_waiting: 20,
|
2020-09-09 16:11:36 +00:00
|
|
|
recv_timeout: 15_000
|
2020-02-11 07:12:57 +00:00
|
|
|
],
|
|
|
|
upload: [
|
|
|
|
size: 25,
|
2020-08-19 07:22:59 +00:00
|
|
|
max_waiting: 5,
|
2020-09-04 16:05:08 +00:00
|
|
|
recv_timeout: 15_000
|
2020-02-11 07:12:57 +00:00
|
|
|
],
|
|
|
|
default: [
|
|
|
|
size: 10,
|
2020-08-19 07:22:59 +00:00
|
|
|
max_waiting: 2,
|
2020-09-04 16:05:08 +00:00
|
|
|
recv_timeout: 5_000
|
2020-02-11 07:12:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
config :pleroma, :hackney_pools,
|
|
|
|
federation: [
|
|
|
|
max_connections: 50,
|
|
|
|
timeout: 150_000
|
|
|
|
],
|
|
|
|
media: [
|
|
|
|
max_connections: 50,
|
|
|
|
timeout: 150_000
|
|
|
|
],
|
|
|
|
upload: [
|
|
|
|
max_connections: 25,
|
|
|
|
timeout: 300_000
|
|
|
|
]
|
|
|
|
|
2020-06-16 13:11:45 +00:00
|
|
|
config :pleroma, :majic_pool, size: 2
|
2020-05-14 19:36:31 +00:00
|
|
|
|
2020-08-14 17:55:45 +00:00
|
|
|
private_instance? = :if_instance_is_private
|
|
|
|
|
2020-03-20 10:04:37 +00:00
|
|
|
config :pleroma, :restrict_unauthenticated,
|
2020-08-14 17:55:45 +00:00
|
|
|
timelines: %{local: private_instance?, federated: private_instance?},
|
|
|
|
profiles: %{local: private_instance?, remote: private_instance?},
|
|
|
|
activities: %{local: private_instance?, remote: private_instance?}
|
2020-03-20 10:04:37 +00:00
|
|
|
|
2020-05-04 18:33:05 +00:00
|
|
|
config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false
|
|
|
|
|
2020-03-21 06:47:05 +00:00
|
|
|
config :pleroma, :mrf,
|
2020-07-30 16:49:48 +00:00
|
|
|
policies: Pleroma.Web.ActivityPub.MRF.ObjectAgePolicy,
|
2020-03-21 06:47:05 +00:00
|
|
|
transparency: true,
|
|
|
|
transparency_exclusions: []
|
|
|
|
|
2020-06-24 06:12:32 +00:00
|
|
|
config :tzdata, :http_client, Pleroma.HTTP.Tzdata
|
|
|
|
|
2020-06-25 04:12:29 +00:00
|
|
|
config :ex_aws, http_client: Pleroma.HTTP.ExAws
|
|
|
|
|
2020-10-01 10:32:11 +00:00
|
|
|
config :web_push_encryption, http_client: Pleroma.HTTP.WebPush
|
2020-09-17 20:04:47 +00:00
|
|
|
|
2020-07-08 03:56:24 +00:00
|
|
|
config :pleroma, :instances_favicons, enabled: false
|
|
|
|
|
2020-02-10 21:29:25 +00:00
|
|
|
config :floki, :html_parser, Floki.HTMLParser.FastHtml
|
|
|
|
|
2020-08-05 14:41:17 +00:00
|
|
|
config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator
|
|
|
|
|
2017-03-17 16:09:58 +00:00
|
|
|
# Import environment specific config. This must remain at the bottom
|
|
|
|
# of this file so it overrides the configuration defined above.
|
2018-03-30 13:01:53 +00:00
|
|
|
import_config "#{Mix.env()}.exs"
|