@mint @dcc Okay. Let me do that but in the meantime here was my old config with the port updated to privoxy's (because that's how it's set now anyways):
# Pleroma instance configuration # NOTE: This file should not be committed to a repo or otherwise made public # without removing sensitive information. import Config config :pleroma, Pleroma.Web.Endpoint, url: [host: "{}.onion", scheme: "http", port: 80], http: [ip: {127, 0, 0, 1}, port: 4000] config :pleroma, Pleroma.Repo, adapter: Ecto.Adapters.Postgres, prepare: :named, parameters: [ plan_cache_mode: "force_custom_plan" ] # Configure web push notifications config :web_push_encryption, :vapid_details, subject: "mailto:na@na.na" config :pleroma, :database, rum_enabled: false config :pleroma, :http, proxy_url: {:socks5, :localhost, 8118} # Enable Strict-Transport-Security once SSL is working: config :pleroma, :http_security, enabled: false config :joken, default_signer: "(HIDDEN)" config :pleroma, configurable_from_database: true