home · contact · privacy
Add static_fe to Pleroma config.
[config] / buster / other_files / append_pleroma_config
index 6ee31af8388a16c220ff030abf32518b61b7ce34..54a65d0d4351eae9b0abe14477a2dc33686d2e9d 100644 (file)
@@ -1,3 +1,24 @@
 
+##########################################
+# 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