appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
32.45k stars 3.51k forks source link

[Feature] Javascript or Applescript access on local mac #5238

Open richardkaplan opened 3 years ago

richardkaplan commented 3 years ago

Summary

Javascript or Applescript access for Appsmith running on a local Mac

Motivation

I would like to build an integration between Appsmith and a database on my Mac (Devonthink) which does not have a traditional API but does have support for Applescript or Javascript/JXA. Docker is typically sandboxed to prevent Applescript or Javascript access; that is understandable when access is given to third parties, but in this case access to Appsmith would only be by me or my team so there is no security issue. Is there any possible feature or workaround which could address this?

Additional Context

No doubt there are many other apps which support Applescript/JXA but do not have an API; any solution to my use case would likely apply to others also.

Nikhil-Nandagopal commented 3 years ago

Thanks for the feature request @richardkaplan. This is related to #2404

richardkaplan commented 3 years ago

Yes I agree - it would be helpful as one subset of #2404