hyprnote
hyprnote copied to clipboard
self-hosted twenty support
FYI : self-host version of twenty / macOS Sequoia 15.4.1
After adding the API link in Hyprnote to connect Hyprnote with twenty, the data is not found when I try to connect a note to a contact.
We hard-code the API base at the moment.
https://github.com/fastrepl/hyprnote/blob/8671f2185fbe9b9683674d3179e9da75c12e49f0/extensions/twenty/src/client.ts#L6
https://github.com/fastrepl/hyprnote/blob/8671f2185fbe9b9683674d3179e9da75c12e49f0/apps/desktop/src-tauri/capabilities/default.json#L57
Only concern is that we might need to allow all urls to support self-host use-case. https://v2.tauri.app/plugin/http-client/
- We now allow any URLs.
- But Twenty extension is temp removed due to #784.