this post was submitted on 03 Jul 2023
3 points (100.0% liked)

wefwef

4213 readers
1 users here now

wefwef is now Voyager! Subscribe to !voyagerapp@lemmy.world.

founded 2 years ago
MODERATORS
 
top 4 comments
sorted by: hot top controversial new old
[–] pfannkuchen_gesicht@lemmy.one 0 points 2 years ago (1 children)

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

[–] Zephyrix@lemmy.zephyrix.com 1 points 2 years ago

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

[–] nooooooo@lemmy.world 0 points 2 years ago (1 children)

I'm not using it at the moment. But what would be the benefit of self hosting?

[–] troy@programming.dev 1 points 2 years ago

Currently the benefit is not sending your credentials and other requests through wefwef.app and avoiding throttling. If you value privacy self hosting is a good idea. If you trust wefwef, then the only other reason is to customize/develop wefwef.

After CORS fix in Lemmy is done and wefwef updates your requests should go directly to Lemmy servers so privacy concerns are mitigated.