X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=README.md;h=da528e1a2ac81b2fe87ab144aac24c4478482b0e;hb=1e185b9301ec85cd2aaeb1faf075aaa86f733373;hp=664b8b47548f950d6eed6781535095c47376f4c7;hpb=d5a13c10ac6a9a5f8dbb1932ffc85260f079a2dc;p=akkoma diff --git a/README.md b/README.md index 664b8b475..da528e1a2 100644 --- a/README.md +++ b/README.md @@ -50,3 +50,12 @@ Logs can be watched by using `journalctl -fu pleroma.service` ### Standalone/run by other means Run `mix phx.server` in repository's root, it will output log into stdout/stderr + +### Using an upstream proxy for federation + +Add the following to your `dev.secret.exs` or `prod.secret.exs` if you want to proxify all http requests that pleroma makes to an upstream proxy server: + + config :pleroma, :http, + proxy_url: "127.0.0.1:8123" + +This is useful for running pleroma inside Tor or i2p.