X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=a6be69620e9e2ca00314b94accfb977b39764ad5;hb=db67c9b118542dc0010cee5589c1e8ba97d61a1b;hp=32029699129892006180f436d1b51e7b1ead1961;hpb=08d5ad71b68e44334911c63aada418fab2c17df2;p=akkoma diff --git a/config/config.exs b/config/config.exs index 320296991..a6be69620 100644 --- a/config/config.exs +++ b/config/config.exs @@ -20,11 +20,28 @@ config :pleroma, Pleroma.Uploaders.Local, config :pleroma, Pleroma.Uploaders.S3, bucket: nil, - public_endpoint: "https://s3.amazonaws.com" + public_endpoint: "https://s3.amazonaws.com", + force_media_proxy: false config :pleroma, :emoji, shortcode_globs: ["/emoji/custom/**/*.png"] -config :pleroma, :uri_schemes, additionnal_schemes: [] +config :pleroma, :uri_schemes, + valid_schemes: [ + "https", + "http", + "dat", + "dweb", + "gopher", + "ipfs", + "ipns", + "irc", + "ircs", + "magnet", + "mailto", + "mumble", + "ssb", + "xmpp" + ] # Configures the endpoint config :pleroma, Pleroma.Web.Endpoint, @@ -68,6 +85,9 @@ config :pleroma, :instance, description: "A Pleroma instance, an alternative fediverse server", limit: 5000, upload_limit: 16_000_000, + avatar_upload_limit: 2_000_000, + background_upload_limit: 4_000_000, + banner_upload_limit: 4_000_000, registrations_open: true, federating: true, allow_relay: true, @@ -80,6 +100,7 @@ config :pleroma, :instance, "text/html", "text/markdown" ], + finmoji_enabled: true, mrf_transparency: true config :pleroma, :markup, @@ -105,7 +126,9 @@ config :pleroma, :fe, show_instance_panel: true, scope_options_enabled: false, formatting_options_enabled: false, - collapse_message_with_subject: false + collapse_message_with_subject: false, + hide_post_stats: false, + hide_user_stats: false config :pleroma, :activitypub, accept_blocks: true,