this post was submitted on 03 Jul 2023
57 points (95.2% liked)

wefwef

4212 readers
1 users here now

wefwef is now Voyager! Subscribe to [email protected].

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago (2 children)

Wait, why do you need to host a web client?

[–] [email protected] 7 points 2 years ago (1 children)

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

[–] [email protected] 3 points 2 years ago

ah, I see. Thanks for the explanation!

[–] timespace 6 points 2 years ago (1 children)

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? :)

[–] [email protected] 2 points 2 years ago

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)