X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fdescription.exs;h=d823812fbd33d4fba0f2e56662d3880606455e87;hb=36aa34a1a8c489f74a9821095d823f8060afac5f;hp=439f17fd73019dc08f6ab0ad6eef998faf25201a;hpb=13e5540c2c0945e9c81f5289f74526f837715c6d;p=akkoma diff --git a/config/description.exs b/config/description.exs index 439f17fd7..d823812fb 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1571,6 +1571,12 @@ config :pleroma, :config_description, [ description: "List of instances to only accept activities from (except deletes)", suggestions: ["example.com", "*.example.com"] }, + %{ + key: :followers_only, + type: {:list, :string}, + description: "Force posts from the given instances to be visible by followers only", + suggestions: ["example.com", "*.example.com"] + }, %{ key: :report_removal, type: {:list, :string}, @@ -3050,6 +3056,7 @@ config :pleroma, :config_description, [ %{ key: :restricted_nicknames, type: {:list, :string}, + description: "List of nicknames users may not register with.", suggestions: [ ".well-known", "~", @@ -3082,6 +3089,12 @@ config :pleroma, :config_description, [ "users", "web" ] + }, + %{ + key: :email_blacklist, + type: {:list, :string}, + description: "List of email domains users may not register with.", + suggestions: ["mailinator.com", "maildrop.cc"] } ] },