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
- Familiar for iOS redditors: m.lemdro.id powered by Voyager
- Familiar for desktop redditor: old.lemdro.id powered by mlmym
- Something new: nu.lemdro.id powered by Photon
I’m honored to have Photon a part of this list!
just tried and it looks pretty good.
Just installed Photon on my instance (photon.fanexus.com) this morning and it’s beautiful!
It’s surreal that some random project i made because i was bored is now gaining some traction and is being hosted on large instances.
Yep. They are all great. Photon is my favourite so far. Sleek & Fast with a Black & White theme. But they are still a Work in Progress amd lack features. I tried them a week ago. I always end up reverting back to lemdro.id
nu.lemdro.id looks very interesting
Agreed. It’s my favourite design. I’m looking forward to seeing how things progress!
Unfortunately I can’t login no matter what neither on my laptop nor smartphone:(
Are you typing lemdro.id into the box? Keep it all lower case. What is it showing you?
“incorrect_login” Also I can’t type 0 (zero) in the 2FA code box but can paste the code even if it contains a zero
Could you send a screen recording of what happens?
Sure here is one (I tried uploading the screen recording as a gif here and got this error message:
SyntaxError: Unexpected token ‘R’, “Request er”… is not valid JSON)
Anyway here is the screen recording uploaded to mega link
The bug with not being able to type 0 in the 2fa will be fixed in version 0.2.4 (check version by clicking on the profile picture)
Is lemdro.id just a frontend? Is it not attached to a particular instance?
special shortcut
Can you elaborate?
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!