X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fother_files%2Fappend_pleroma_config;h=823d3e332b9b60e584c650ca4b559d6a7c1eeebd;hb=9b5745271c3dce941eeae4eb72dfc7716e3bdbf9;hp=6ee31af8388a16c220ff030abf32518b61b7ce34;hpb=266cbf47da8843f85a3c97ed32cc638b7ad283fc;p=config diff --git a/buster/other_files/append_pleroma_config b/buster/other_files/append_pleroma_config index 6ee31af..823d3e3 100644 --- a/buster/other_files/append_pleroma_config +++ b/buster/other_files/append_pleroma_config @@ -1,3 +1,12 @@ +########################################## +# below this: customizations by plomlompom + config :pleroma, :instance, - registrations_open: false + registrations_open: false + +config :pleroma, :frontend_configurations, + pleroma_fe: %{ + background: "/pixel.png", + logo: "/pixel.png" + }