Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F5811124
howto_proxy.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
465 B
Referenced Files
None
Subscribers
None
howto_proxy.md
View Options
#
How
to
configure
upstream
proxy
for
federation
If
you
want
to
proxify
all
http
requests
(
e
.
g
.
for
TOR
)
that
pleroma
makes
to
an
upstream
proxy
server
,
edit
you
config
file
(
`
dev
.
secret
.
exs
`
or
`
prod
.
secret
.
exs
`
)
and
add
the
following
:
```
config
:
pleroma
,
:
http
,
proxy_url
:
"127.0.0.1:8123"
```
The
other
way
to
do
it
,
for
example
,
with
Tor
you
would
most
likely
add
something
like
this
:
```
config
:
pleroma
,
:
http
,
proxy_url
:
{:
socks5
,
:
localhost
,
9050
}
```
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 14, 3:29 AM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
266378
Default Alt Text
howto_proxy.md (465 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment