If you’ve paid careful attention to our sticky, you may have noticed Lemdro.id hosts a few slick web app interfaces for Lemmy. Give them a try!

These are active projects, so please do report any bugs to their respective GitHub pages linked below.

What do you think of them? What kind of tools would you like to see for Lemmy?

Lemdro.id Interfaces

  • cole@lemdro.id
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    Yes! There are 3 different “types” of Lemmy backends in our infrastructure. “scheduled” types, of which there can only be one, run scheduled federation traffic as well as some smaller load balanced load of requests. The “external” type handles generic requests same as “scheduled” except without scheduled federation tasks. These can spin up or down all the way to 0, as sometimes the scheduled instance can handle everything on its own.

    Finally, there is “internal”. These are dedicated backend instances that are not publicly exposed and therefore do not handle any federation traffic at all. Lemmy-ui communicates with this internal backend, meaning that our UI has a path that is entirely separate to the federation traffic and should stay responsive no matter what!