6 ms·
I just tried to build on Linux and it keeps panicking because it requires dozen(s) of API keys. I was not expecting that from local first software.
by polyaniline 1y ago
I just tried to build on Linux and it keeps panicking because it requires dozen(s) of API keys. I was not expecting that from local first software.
- hahajk 1y agoI'm also interested in learning about why the API keys are required to build.
- yujonglee 1y agoThere are only 2 api keys that is required to build (POSTHOG, SENTRY), and also not required to build in dev, only in release build. I made it required to prevent accidentally ship app without any analytics/error tracking. (analytics can be opted out) For ex, https://github.com/fastrepl/hyprnote/blob/327ef376c1091d093c73181325513811a8b4ca82/apps/desktop/src-tauri/src/lib.rs#L30-L40 https://github.com/fastrepl/hyprnote/blob/327ef376c1091d093c... EDIT: Prod -> release
- vanschelven 1y agoYou might want to reconsider ”no data ever leaves your machine" from the post :) Given your target market, have you considered looking at Bugsink?[0] sentry compatible. still not local, but at least you won't have to additionally ask your customers to trust sentry/posthog. Disclosure: that's me [0] https://www.bugsink.com/ https://www.bugsink.com/
- yujonglee 1y agoBugsink looks interesting. Will take a look.
- yujonglee 1y agoThat is not actually required. You can even set empty key for that. Also Linux issue pointer: https://github.com/fastrepl/hyprnote/issues/67#issuecomment-3135811598 https://github.com/fastrepl/hyprnote/issues/67#issuecomment-...
- polyaniline 1y agoI get an "EmptyToken" error if I leave keys like AXIOM_TOKEN empty. I'm sure I can remove the requirements in code, but it's just that this wasn't expected from reading the project description. Anyway, thanks for your work and good luck!
- yujonglee 1y agoThank you. Tracking here: https://github.com/fastrepl/hyprnote/issues/1263 https://github.com/fastrepl/hyprnote/issues/1263