trashhalo / obsidian-webhooks

Connect obsidian to the internet of things via webhooks
MIT License
178 stars 4 forks source link

For advanced users : self hosted ? #6

Open beaussan opened 2 years ago

beaussan commented 2 years ago

Hi,

First of all, I find this plugin really great ! It's something I tried to do using external tools but didn't succeed.

The only thing I'm concern with is data ownership, and I wonder if this can be deployed to a self managed firebase instance ?

As far as I can see in the code, the db entry are deleted after being pulled, but still there is the data on the firebase instance while the obsidian client is not open.

And FYI, you set the db in usa, but according to GDPR, all european's data should be in europe.

So one thing that can be done maybe :

I don't mean to only criticize, this project looks really promising ! It really doses fill a hole in obsidian vs other saas note taking app : integration with the outside world ! And the implementation is nice too :)

trashhalo commented 2 years ago

As far as I can see in the code, the db entry are deleted after being pulled, but still there is the data on the firebase instance while the obsidian client is not open.

That is correct!

And FYI, you set the db in usa, but according to GDPR, all european's data should be in europe.

Oh! I wonder if I can easily configure firebase to do this. I'll look into it.

beaussan commented 2 years ago

Oh! I wonder if I can easily configure firebase to do this. I'll look into it.

You should be able to configure the db location, but I think it's only at the creation time last time I had to do it