enable instance panel by default, added some content
[akkoma] / priv / static / static / config.json
index c920e1d6efa597bae138bc1b66cca046df0ef74c..797f033773c9f82cd505f2fc9babd5b626064748 100644 (file)
@@ -1,9 +1,8 @@
 {
-  "name": "Pleroma FE",
   "theme": "pleroma-dark",
-  "background": "/static/bg.jpg",
+  "background": "/static/aurora_borealis.jpg",
   "logo": "/static/logo.png",
-  "registrationOpen": true,
   "defaultPath": "/main/all",
-  "chatDisabled": false
+  "chatDisabled": false,
+  "showInstanceSpecificPanel": true
 }