salif / lemmy-onion-service

Self-hosted Lemmy using the Tor network
4 stars 0 forks source link

Proxy for outgoing requests #2

Open silverpill opened 1 year ago

silverpill commented 1 year ago

I've been testing federation with a Lemmy instance configured according to this guide. The outgoing requests can only reach clearnet services, so it can't connect to other onion services (e.g. Pleroma).

I'm not sure to fix that. One possibility is to run it through torsocks. Another option is to use HTTP_PROXY variable and install a HTTP proxy (e.g. Privoxy) that will forward requests to Tor socks proxy.

Related issue: https://github.com/LemmyNet/lemmy/issues/3489

silverpill commented 11 months ago

The aforementioned issue was marked as "fixed" today.