Speek-App / Speek

Privacy focused messenger that doesn't trust anyone with your identity, your contact list, or your communications
https://speek.network
739 stars 68 forks source link

Config files in appimage directory #11

Closed yabadaba2 closed 2 years ago

yabadaba2 commented 2 years ago

Hello,

in the Linux version (I don't know about the other versions) it would be really helpful if Speek could use the current directory where the app is launched from to create, read and write the config files, instead of the ~/.config/speek directory. Alternatively, it could provide a command line switch to specify the directory where configuration should be created in and read from. This would make it a portable app that could, for example, be managed completely from an external encrypted drive.

Thanks for the great work!

Speek-App commented 2 years ago

Thanks for opening an issue!

It now should be fixed with the most recent commit. With the next release it will be possible to specify a path when launching Speek.

For example, if you launch it with ./Speek ./new_identity it will create a new identity in the current working directory. On the other hand, if you launch it this way ./Speek new_identity it will create the new identity in ~/.config/speek.