[#1895] Documentation hints on private instances and instance/restrict_unauthenticated setting.

This commit is contained in:
Ivan Tashkinov 2020-07-07 20:44:16 +03:00
commit 20461137a3
2 changed files with 4 additions and 3 deletions

View file

@ -700,8 +700,9 @@ config :pleroma, :config_description, [
key: :public,
type: :boolean,
description:
"Makes the client API in authentificated mode-only except for user-profiles." <>
" Useful for disabling the Local Timeline and The Whole Known Network."
"Makes the client API in authenticated mode-only except for user-profiles." <>
" Useful for disabling the Local Timeline and The Whole Known Network. " <>
" Note: when setting to `false`, please also check `:restrict_unauthenticated` setting."
},
%{
key: :quarantined_instances,