lumehq / lume

Lume is a nostr client for macOS and Windows 11.
https://lume.nu
GNU General Public License v3.0
248 stars 24 forks source link

Two things #115

Closed pjv closed 11 months ago

pjv commented 11 months ago

When trying to start Lume up over Tor I get this:

SCR-20231120-iunn

Two things:

  1. Probably some back-end server somewhere is blocking tor exits. I think you shouldn’t block tor exits, though I also understand that evil people do evil things through Tor.
  2. I think you shouldn’t block the app from working because you can’t check for updates - that seems like a bad decision.
reyamir commented 11 months ago

Hi, thank your feedback, I totally agree with you, in the next update I will make auto-updater is optional, user can choose to enable in settings screen and user can check for update manually

reyamir commented 11 months ago

I'm also found out why it not work with Tor, because my updater server run via Cloudflare Worker I will move to self hosted later

reyamir commented 11 months ago

Hi, I've released a new version, https://github.com/luminous-devs/lume/releases/tag/v2.1.2 auto update is disabled by default now

pjv commented 11 months ago

Nice! - the app is working great over tor now. I’ll keep using and watch the app’s progress by updating manually until your update server gets re-homed. Thanks for doing this.