X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fother_files%2Fappend_pleroma_config;h=54a65d0d4351eae9b0abe14477a2dc33686d2e9d;hb=f9e95c0163ea215f7e2e9a40f940f9b25d3eebab;hp=823d3e332b9b60e584c650ca4b559d6a7c1eeebd;hpb=9b5745271c3dce941eeae4eb72dfc7716e3bdbf9;p=config diff --git a/buster/other_files/append_pleroma_config b/buster/other_files/append_pleroma_config index 823d3e3..54a65d0 100644 --- a/buster/other_files/append_pleroma_config +++ b/buster/other_files/append_pleroma_config @@ -3,10 +3,22 @@ # 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 + +config :pleroma, :static_fe, + enabled: true