X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=buster%2Fother_files%2Fappend_pleroma_config;h=ea03ec89841a65fac4e73b0216e126ac353d7667;hb=fb64a07eb1507bc6c0312556e6f82d0bdc1475d1;hp=823d3e332b9b60e584c650ca4b559d6a7c1eeebd;hpb=9b5745271c3dce941eeae4eb72dfc7716e3bdbf9;p=config diff --git a/buster/other_files/append_pleroma_config b/buster/other_files/append_pleroma_config index 823d3e3..ea03ec8 100644 --- a/buster/other_files/append_pleroma_config +++ b/buster/other_files/append_pleroma_config @@ -3,10 +3,19 @@ # below this: customizations by plomlompom config :pleroma, :instance, - registrations_open: false + registrations_open: false, + safe_dm_mentions: true, + cleanup_attachments: true config :pleroma, :frontend_configurations, pleroma_fe: %{ + showInstanceSpecificPanel: true, background: "/pixel.png", logo: "/pixel.png" } + +config :pleroma, :chat, + enabled: false + +config :pleroma, Pleroma.Captcha, + enabled: false