aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorSadposter <hannah+pleroma@coffee-and-dreams.uk>2019-11-25 09:53:11 +0000
committerSadposter <hannah+pleroma@coffee-and-dreams.uk>2019-11-25 09:53:11 +0000
commitd3656c2725fa80ea66dd9de2d74893fe9888ef57 (patch)
tree19d815aa06bb141e5bb10092916708a74d475357 /docs/configuration/cheatsheet.md
parent34cdbcbb644e14dde562c150fa8ae2881e6a899b (diff)
downloadpleroma-d3656c2725fa80ea66dd9de2d74893fe9888ef57.tar.gz
add ability to set a custom user-agent string
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 07d9a1d45..082906293 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -74,6 +74,13 @@ You shouldn't edit the base config directly to avoid breakages and merge conflic
* `dynamic_configuration`: Allow transferring configuration to DB with the subsequent customization from Admin api.
+## :http
+
+* `proxy_url`: an upstream proxy to fetch posts and/or media with, (default: `nil`)
+* `send_user_agent`: should we include a user agent with HTTP requests? (default: `true`)
+* `user_agent`: what user agent should we use? (default: `:default`), must be string or `:default`
+* `adapter`: array of hackney options
+
## Federation
### MRF policies