this post was submitted on 03 Jul 2023
52 points (94.8% liked)
wefwef
4218 readers
1 users here now
wefwef is now Voyager! Subscribe to [email protected].
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Wait, why do you need to host a web client?
It isn’t just a client right now. Due to CORS restrictions on Lemmy 0.18 instances, wefwef also has a proxy that sits between the PWA and the Lemmy instance.
See https://github.com/LemmyNet/lemmy/pull/3421
ah, I see. Thanks for the explanation!
You don’t need to, but the developer of wefwef encouraged it a few days ago because Wefwef was hitting API limits, so the app wasn’t working for some hours.
If you selfhost it, you won’t ever run into this issue.
There are probably other reasons too. Among them, why not? :)
I was a bit confused because for me a web-client usually means a self-contained app running directly where I need it. But now I understand it's a client that runs on the web(server)