home · contact · privacy
Add static_fe to Pleroma config.
[config] / buster / other_files / append_pleroma_config
index 638799e71cbbf32fbac3a172833ba32e5c972059..54a65d0d4351eae9b0abe14477a2dc33686d2e9d 100644 (file)
@@ -3,10 +3,13 @@
 # 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"
     }
@@ -14,10 +17,8 @@ config :pleroma, :frontend_configurations,
 config :pleroma, :chat,
     enabled: false
 
-config :pleroma, :frontend_configurations,
-    pleroma_fe: %{
-        ShowInstanceSpecificPanel: true
-}
-
 config :pleroma, Pleroma.Captcha,
-    enabled:false
+    enabled: false
+
+config :pleroma, :static_fe,
+    enabled: true