summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorClaudio Maradonna <penguyman@stronzi.org>2022-04-11 15:10:01 +0200
committerClaudio Maradonna <penguyman@stronzi.org>2022-07-07 06:29:10 +0200
commit43dfa58ebda407a0813d398bee8d0ae3e5c9fd5b (patch)
tree9e6e2a257e43325caf6cc57589a5644f0ccd8b0e /docs/configuration/cheatsheet.md
parentfa2a6d5d6b24657ddbda4ef11d2e6dbcb59545d3 (diff)
downloadpleroma-43dfa58ebda407a0813d398bee8d0ae3e5c9fd5b.tar.gz
pleroma-43dfa58ebda407a0813d398bee8d0ae3e5c9fd5b.zip
added tests for ipfs uploader. adapted changelog.md accordingly. improved ipfs uploader with external suggestions
fix lint description.exs
Diffstat (limited to 'docs/configuration/cheatsheet.md')
-rw-r--r--docs/configuration/cheatsheet.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 74642397b..7e1f9c934 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -614,6 +614,19 @@ config :ex_aws, :s3,
host: "s3.eu-central-1.amazonaws.com"
```
+#### Pleroma.Uploaders.IPFS
+
+* `post_gateway_url`: URL with port of POST Gateway (unauthenticated)
+* `get_gateway_url`: URL of public GET Gateway
+
+Example:
+
+```elixir
+config :pleroma, Pleroma.Uploaders.IPFS,
+ post_gateway_url: "http://localhost:5001",
+ get_gateway_url: "http://<%= cid %>.ipfs.mydomain.com"
+```
+
### Upload filters
#### Pleroma.Upload.Filter.AnonymizeFilename