aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2019-11-09 19:49:50 -0600
committerAriadne Conill <ariadne@dereferenced.org>2019-11-11 14:06:31 -0600
commit621ac0bdc76ef1f38b227ede9200a947bbbc8073 (patch)
treec95a7b8acacb6e66c9ced1f2160eacfd8806c44f /docs
parent3dae1cf39642a677f73d16d3a108f0d88475c36f (diff)
docs: document FE interaction with the BE private setting
Diffstat (limited to 'docs')
-rw-r--r--docs/CONFIGURATION.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 35363537..f7397a55 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -96,3 +96,6 @@ Setting this will change the warning text that is displayed for direct messages.
ATTENTION: If you actually want the behavior to change. You will need to set the appropriate option at the backend. See the backend documentation for information about that.
DO NOT activate this without checking the backend configuration first!
+
+### Private Mode
+If the `private` instance setting is enabled in the backend, features that are not accessible without authentication, such as the timelines and search will be disabled for unauthenticated users.