Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
658c4754
Unverified
Commit
658c4754
authored
Dec 30, 2017
by
jeff
Browse files
docs
parent
5ddd15d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
658c4754
...
...
@@ -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.
config/config.exs
View file @
658c4754
...
...
@@ -40,6 +40,7 @@
_
->
"Pleroma dev"
end
# Configures http settings, upstream proxy etc.
config
:pleroma
,
:http
,
proxy_url:
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment