summaryrefslogtreecommitdiff
path: root/docs/configuration/cheatsheet.md
diff options
context:
space:
mode:
authorLain Soykaf <lain@lain.com>2024-05-27 19:27:02 +0400
committerLain Soykaf <lain@lain.com>2024-05-27 19:27:02 +0400
commitd3e85da0fd5a0022afdabe76bd5494217205f037 (patch)
tree8a4d360d74b4c9cb183a68a40c135049f6dd5158 /docs/configuration/cheatsheet.md
parentc67506ba689633cd65f266610f2cd2a5da34912b (diff)
parente93ae96e1323fae954c2ce482cbb1df9ed9441c6 (diff)
downloadpleroma-d3e85da0fd5a0022afdabe76bd5494217205f037.tar.gz
pleroma-d3e85da0fd5a0022afdabe76bd5494217205f037.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into auth-fetch-exception
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 e361b7592..00dc2f941 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -662,6 +662,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