Alternative to lemmy by tedu of OpenBSD fame. It uses ActivityPub and is actually compatible with lemmy. Here is an example instance:

https://az1.azorius.net/

  • @[email protected]
    link
    fedilink
    English
    161 year ago

    The codebase is actually vastly more readable. I’m going to take it for a spin tomorrow and see how well it behaves, but so far it sounds like a much better deal deployment-wide for small instances.

    • maegul (he/they)
      link
      fedilink
      English
      51 year ago

      much better deal deployment-wide for small instances.

      Similar thing what’s to have happened with akkoma where it is the preferred platform for single user or small instances.

      Is it using SQLite (see repo: https://az1.azorius.net/about) rather than a full dbms? Interesting if true, and definitely more optimised for small deployments.

      I wonder if lemmy could be configured to work with SQLite for smaller deployments?