This is a great idea, Voyagerβs mobile experience is super polished.
Long shot, but would it be possible to get Mlmym installed at old.lemmy.world? Would be a fun throwback!
This Community is intended for posts about the Lemmy.world server by the admins.
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Any support requests are best sent to [email protected] e-mail.
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
This is a great idea, Voyagerβs mobile experience is super polished.
Long shot, but would it be possible to get Mlmym installed at old.lemmy.world? Would be a fun throwback!
Ohhh... maybe...
old.lemmy.world would be hilarious given that lemmy.world is only one month old
Let's be careful with having too many frontends though. Are we sure it underwent proper security audit? Even lemmy-ui hasn't yet and it was a victim of an embarrassing XSS attack.
Wow thatβs cool! π€for old.Lemmy.world
I wonder when the same happens with a project for new.lemmy.world xD
PLEASE
Gotta say, it's weird seeing a iOS interface on an Android device XD, but it feels very smooth and polished, especially for a web app.
It's a great app but the iOS interface is keeping me from really using it. It just doesn't feel natural on Android.
Oh, thank god they changed the name.
Voyager is, by far, the best lemmy experience I've tried. Hiding posts is a godsend. And they did all this as a web app?? Impressive!
And they did all this as a web app??
A lot of things that used to require native apps Android/ iOS / Windows / Mac can now be done as a web app which is easy because it means you don't need to compile the code four times.
What a great idea! My favorite app paired with my favorite instance is a match made in heaven! lol. Thanks Ruud!
also if your account isnβt on lemmy.world
To clarify, the login details only go through your server, right?
While I do love the quick innovation and updates of Lemmy, I have to admit that it's a bit confusing and hard to keep up with.
It will start to stabilize eventually, but we're probably not going to see that anytime soon!
It was working great yesterday and earlier today, but now when I am on there it shows me as logged out, and then when I log in it says it's successful, but then shows me as logged out still. They keyboard is also not working when trying to enter my user name, I had to paste it.
Problem is deeplinks such as https://m.lemmy.world/post/1291838 donβt work
They do work but they're structured differently: https://m.lemmy.world/posts/feddit.de/c/[email protected]/comments/1477069
Edit: Nevermind. Voyager seems to handle their route state in a weird way. Refreshing this while logged in works while the link does not work for third parties.
Aaannnnddd I'm back. Was on wefwef but went to Jerboa and then connect. But I think I'll stay at voyager as it's definitely the most polished so far.
What is the difference between wefwef and m.lemmy.world?
btw, wefwef is called Voyager now.
Just because it had to be more confusing π
Sorry!
Interesting. Seems the name was the worst thing about it. It put me off.
Thank god, such an awful name.
wefwef is an app, a webapp. Usually reachable under wefwef.app
You can install it as a progressive webapp through your browser.
This now is rehosting the files of wefwef on the m.lemmy.world domain, basically a fork that promises to keep in sync with the official codebase and the official domain. ~~The m.lemmy.world domain shouldn't need any connection to lemmy.world, it is basically not much different to a filehoster that hosts an apps apk~~. That is why I don't think m.lemmy.world even sees your credentials if you log in anywhere.
As to why, I'm not sure what the use of this is. Maybe in case the official domain goes offline?
That's because when you use wefwef through wefwef.app, your data goes through wefwef.app before going to the instance, the app AFAIK does not communicate directly with the instances yet. You basically have to decide whether you trust wefwef.app enough to proxy your data through them.
Using m.lemmy.world would mean your data goes through lemmy.world directly, which you already chose to trust.
Okay what If I am already using wefwef than my data is already passed through wefwef, so there is no benefit now? or still I should logout with wef wef and use m.lemmy.world?
Oh, you are almost right, I was wrong. Checking the network traffic it seems images (and some parts of posts?) are fetched directly, but other elements are fetched through wefwef.app, namely everything that needs the users session. maybe this is done to process some lemmy outputs serverside into for example the notification icon? This surprised me, I was confident the only requests to wefwef.app would be static elements and the code itself.
This is to get around CORS. @[email protected] just fixed CORS on lemmy.world 15 minutes ago (things move fast on Lemmy, lol) so I'll push an update to direct connect for lemmy.world tonight!
Edit: done β
It's nice to see this officially hosted for lemmy.world
users. I've been curious about wefwef but there was no way I was going to enter my creds into a third-party proxy. It feels much better to do so via an instance hosted by the world admins where my Lemmy account is though.
FYIW, when you save this as a PWA via Firefox mobile, the name is just "voyager", which I assume makes it hard to distinguish from the voyager instance hosted by its devs. I don't think this can be changed as a user (unless I'm too dumb to figure it out). If the PWA app name can be changed server side, might be good to call it Voyager World or something.
I have already been using Voyager, do I need to do anything different since my account is on lemmy.world?
Sweet! I've been doing the same for a week or two at https://app.thelemmy.club
I just disabled the "other" login feature so it only works on thelemmy.club
@[email protected], @[email protected], @[email protected] - Are there any instructions on how to set this up for my own instance? π
Should all be here! https://github.com/aeharding/voyager#self-host-docker-deployment
Does it update at the same cadence as the original?
Currently I need to manually update the container but I might install watchtower
Yeah I just installed watchtower and that sorted out the updates