diff options
author | Jeff Becker <jeff@i2p.rocks> | 2017-12-30 13:02:51 -0500 |
---|---|---|
committer | Jeff Becker <jeff@i2p.rocks> | 2017-12-30 13:08:43 -0500 |
commit | 658c4754ff2e1ce91f020af193f8c7a9d5ef4df2 (patch) | |
tree | e491fc08be46cd7ff44f27dd8019c4e79f4e6e15 /README.md | |
parent | 5ddd15d794bc8f9be3ca073589bab1f92b001cce (diff) | |
download | pleroma-658c4754ff2e1ce91f020af193f8c7a9d5ef4df2.tar.gz pleroma-658c4754ff2e1ce91f020af193f8c7a9d5ef4df2.zip |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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` 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. |