home · contact · privacy
Improve Pleroma customizations.
[config] / buster / other_files / append_pleroma_config
index 6ee31af8388a16c220ff030abf32518b61b7ce34..823d3e332b9b60e584c650ca4b559d6a7c1eeebd 100644 (file)
@@ -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"
+    }