X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;fp=config%2Fdescription.exs;h=4843c0aaeeb905decdc9d591adb03e92044eecb9;hb=b7e8ce235073ab45db24dfc6c27bc6998b43a200;hp=1ff0a582bd6438524d0c773925c7f98f605c76cd;hpb=ccdf55acff7ff7d29682aab3ccf283b59ad33d26;p=akkoma diff --git a/config/description.exs b/config/description.exs index 1ff0a582b..4843c0aae 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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,