[#1895] Documentation hints on private instances and instance/restrict_unauthenticated setting.
This commit is contained in:
parent
3e08e77151
commit
20461137a3
2 changed files with 4 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue