Scrape instance nodeinfo (#251)
[akkoma] / config / description.exs
index 1ff0a582bd6438524d0c773925c7f98f605c76cd..4843c0aaeeb905decdc9d591adb03e92044eecb9 100644 (file)
@@ -3047,6 +3047,19 @@ config :pleroma, :config_description, [
       }
     ]
   },
+  %{
+    group: :pleroma,
+    key: :instances_nodeinfo,
+    type: :group,
+    description: "Control favicons for instances",
+    children: [
+      %{
+        key: :enabled,
+        type: :boolean,
+        description: "Allow/disallow getting instance nodeinfo"
+      }
+    ]
+  },
   %{
     group: :ex_aws,
     key: :s3,