Skip to main content


Sadly I don't think I'm going to be able to continue to run #Soapbox. At least not integrated into #Pleroma (now #Akkoma).

Soapbox insists on having the #config be in the #database but when that's set Pleroma/Akkoma refuses to start.

Anyways, too tired right now to mess with it. Will have to look into it more tomorrow.
@gmeIt should work without, but sounds like you have a bigger/different problem (it would impact other FE’s too). What’s the error?
But if I do enable it in config.exs #pleroma refuses to start with:

https://pastebin.com/CUKHvHnK
@gme
Pleroma.Web.Endpoint.MetricsExporter
Did you ever try to enable Prometheus? It seems like your config is corrupted. Not sure if the problem is in your prod.secret.exs or in the database. First I’d look for MetricsExporter in your config file and delete it. If that doesn’t work, you could go nuclear on your database config: TRUNCATE TABLE config;
I did enable HealthCheck in the beginning. Is that what you're talking about?
@gmeIn your logs it seems to complain about Pleroma.Web.Endpoint.MetricsExporter, which is specifically a thing for Prometheus/Grafana.
⇧