yousefvand / secret-service

Service to keep secrets of applications
MIT License
85 stars 11 forks source link

Ideas on how to move ~/.secret-service directory elsewhere? #21

Closed Frontear closed 1 year ago

Frontear commented 1 year ago

I'd prefer not to have it clutter my home directory, I kinda already have a lot of things there, .gnupg .ssh .pki .cargo etc etc etc its getting quite messy. Been cleaning it up and this is a slight setback. Are there documented ways, or intended ways to move this directory, perhaps with an environment variable of some type like SECRET_SERVICE_HOME or the like?

yousefvand commented 1 year ago

No I hard coded home directory into application. In early phases of design I was thinking of placing it at $HOME/.config but it is more than config (database, logs...). I will consider your need in next revision.