-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help understanding the flow of the app #368
Comments
The second store was as a quick and dirty solution (for historical reason). It was just a json file. Now, we are using sqlite for that. Unfortunately, due to a bug, the generated config file does not enable the sqlite store (fixed on main). You need to put in the config. [sqlite]
enabled = true If you specify a secret there too, the database will be encrypted. We have a feature planned which will allow to get the secret from cli/env or maybe keychain instead of the config. Otherwise, the config cannot be stored in the dotfiles. And there are also security concerns about storing the secret there at all. Now to your questions:
|
@boxdot Thanks for the answer! I'm still a little confused, though.
And I'm referring to this release mentioning the |
|
@boxdot Thanks a lot for explaining. It's clear now! |
I'm using latest version
0.6.2
, on macOS15.3.1
. This is what I was doing.gurk
. There is a QR code for me to link.~/Library/Application Support/gurk
folder is created withsignal-db
folder with a few files in it. There's no default config file created at that point.gurk.toml
file created at the aforementioned location.gurk.toml
does not havepassphrase
part (expected).db
file under~/Library/Application Support/gurk/signal-db
db
file with TablePlus. It says the file is encrypted. I don't know what it's encrypted with. Also try withsqlite3 db
but it doesn't show anything at all with.tables
.With that, I have a few questions
gurk.toml
file, and I want the app to create a default one for me, I need to link first? It means if I want to add apassphrase
to the config file, I will essentially need to link twice?signal-db/db
file encrypted with when there's nopassphrase
set?Please let me know if you need more information.
The text was updated successfully, but these errors were encountered: