@mint @dcc I believe this is everything. I left anything I could think was relevant in:
config :pleroma, :activitypub, [follow_handshake_timeout: 1500] config :pleroma, :feed, [post_title: %{max_length: 500, omission: "..."}] config :pleroma, :frontend_configurations, [pleroma_fe: %{alwaysShowSubjectInput: true, background: "/images/city.jpg", collapseMessageWithSubject: true, disableChat: false, greentext: true, hideFilteredStatuses: true, hideMutedPosts: true, hidePostStats: false, hideSitename: false, hideUserStats: false, loginMethod: "password", logo: "/static/logo.svg", logoMargin: ".1em", logoMask: true, minimalScopesMode: false, noAttachmentLinks: false, nsfwCensorImage: "", postContentType: "text/markdown", redirectRootLogin: "/main/friends", redirectRootNoLogin: "/main/all", scopeCopy: true, showFeaturesPanel: true, showInstanceSpecificPanel: false, sidebarRight: false, subjectLineBehavior: "email", theme: "pleroma-dark", webPushNotifications: false}] config :pleroma, :http, [proxy_url: "127.0.0.1:8118"] config :pleroma, :http_security, [enabled: false] config :pleroma, :instance, [federating: true, federation_incoming_replies_max_depth: 150, federation_reachability_timeout_days: 14, public: true] config :pleroma, :modules, [runtime_dir: "/home/pleroma/modules"] config :pleroma, :mrf, [policies: [Pleroma.Web.ActivityPub.MRF.TagPolicy, Pleroma.Web.ActivityPub.MRF.InlineQuotePolicy, Pleroma.Web.ActivityPub.MRF.HellthreadPolicy, Pleroma.Web.ActivityPub.MRF.StealEmojiPolicy]] config :pleroma, Pleroma.Web.Plugs.RemoteIp, [enabled: false] config :pleroma, :rate_limit, [search: {"", 0}, timeline: {500, 3}, app_account_creation: {1800000, 25}, relations_actions: {10000, 10}, relation_id_action: {60000, 2}, statuses_actions: {10000, 15}, status_id_action: {60000, 3}, authentication: {60000, 15}]My bad about socks btw. I forgot I turned it off because it was so long ago. :0500:
It doesn't look to appear to be on in the dumped config, which would jibe with what the webUI is telling me but let me know if I missed something.