HemmeligOrg / Hemmelig.app

Keep your sensitive information out of chat logs, emails, and more with encrypted secrets.
https://hemmelig.app
MIT License
682 stars 59 forks source link

[FEATURE] Allow for external database options #188

Open krainboltgreene opened 1 year ago

krainboltgreene commented 1 year ago

Description

Since removing redis as a datastore my company can no longer use hemmelig on on-demand web service providers like Google Cloud Run or AWS Fargate, as the local datastore wont be present on any dynamically spun up instances.

It would be nice to at least allow me to pass in a SQL instance URI to use as the datastore.

Screenshots

No response

Additional information

No response

bjarneo commented 1 year ago

Hi

That is a fair point. Looked into this earlier, but not any good approach for this using Prisma. I guess we can use a workaround like this: https://zach.codes/multiple-prisma-clients-one-app/