hyprnote icon indicating copy to clipboard operation
hyprnote copied to clipboard

self-hosted twenty support

Open Lan0s opened this issue 8 months ago • 1 comments

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.

Image

Lan0s avatar Apr 28 '25 08:04 Lan0s

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/

yujonglee avatar Apr 29 '25 10:04 yujonglee

  1. We now allow any URLs.
  2. But Twenty extension is temp removed due to #784.

yujonglee avatar May 19 '25 04:05 yujonglee