aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-03-20 14:40:08 +0000
committerlain <lain@soykaf.club>2020-03-20 14:40:08 +0000
commit5efa5b0c4a08c2bf73d6926ee7c418e31a04195c (patch)
treef72b9278a7db7e5b9f3439974e06e26ad1095e24 /docs
parentd63dca8d99196c91dc3e20e2d27f61ea753b84af (diff)
parentfe15f0ba15d02809fa4c21fb646e65d06060f3bb (diff)
downloadpleroma-5efa5b0c4a08c2bf73d6926ee7c418e31a04195c.tar.gz
Merge branch 'feature/1206-restrict-unauthenticated' into 'develop'
restrict_unauthenticated setting Closes #1206 See merge request pleroma/pleroma!2318
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 4012fe9b1..d16435e11 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -872,3 +872,21 @@ config :auto_linker,
## :configurable_from_database
Boolean, enables/disables in-database configuration. Read [Transfering the config to/from the database](../administration/CLI_tasks/config.md) for more information.
+
+
+
+## Restrict entities access for unauthenticated users
+
+### :restrict_unauthenticated
+
+Restrict access for unauthenticated users to timelines (public and federate), user profiles and statuses.
+
+* `timelines` - public and federated timelines
+ * `local` - public timeline
+ * `federated`
+* `profiles` - user profiles
+ * `local`
+ * `remote`
+* `activities` - statuses
+ * `local`
+ * `remote` \ No newline at end of file