Spyke

Maybe try Akkoma or Gotosocial

Friendica is also an option.

1

For Mastonon-compatible service have a look at GoToSocial. It's alpha software but works very well.

1

Sure, this is the configuration file used by Firefish: https://github.com/misskey-dev/misskey/blob/develop/.config/example.yml

Generally it's stored in /var/www/firefish/.config/default.yml and you want to change these lines:

clusterLimit: 1
deliverJobConcurrency: 64
inboxJobConcurrency: 8

That way the system will use a single thread and process fewer inbox / outbox requests in parallel. This of course may impact performance, but for a single-user server it will work well enough.

1

You reached the end