Conversation
Notices
-
@mint any way off the top of your head to check if an instance is federating properly? I suspect schwartzwelt isn't at the moment. Sent a private post tagging this account and it hasn't showed up
-
@frogmaiden There's tons of factors, so there's no way to check them all. Your instance might not be sending out any messages at all due to overflown queue, others might not accept it due to yours being marked as offline, etc.
-
@frogmaiden Try dropping all current jobs (DELETE FROM oban_jobs WHERE 1;) and restarting both Pleroma and Privoxy.
-
@frogmaiden Looks like everything gets delivered to your inbox, but it can't fetch or send out any posts. It's proxy that should be at fault.
-
@frogmaiden Privoxy, since it's outgoing requests that are failing.
-
@mint When you say proxy did you mean privoxy or my reverse proxy?
-
@frogmaiden >Is there not a similar system for the bundled Pleroma-FE?
No, everything in mix.exs is external (out-of-repo) dependencies, while the bundled FE are in the static dir of the main repo.
-
@mint Also on an unrelated tangent, I recall you sent a link to change the frontend to an up to date Pleroma FE, but I recall when I was using your linkify for squid.kids I changed a link it fetched the linkify code from. Is there not a similar system for the bundled Pleroma-FE?
Apologies if what I am saying is asinine conjecture but I assume in the config.exs or another file there should be a section regarding where it fetches code for the bundled FE. Would changing it to the develop branch and recompiling be a solution?
-
@mint I wonder what happened with it? Before the power outage when I first spun up the instance I had privoxy + tor up with no issues. God willing that SQL command + restart will clear it up