Closed scusi closed 6 years ago
after run register the client can not find it's config file.
the default location is: $HOME/.config/secureshare/client/config.yml
$HOME/.config/secureshare/client/config.yml
but the client writes it to: $HOME/.config/secureshare/client/$secureShareServerUsername/config.yml
$HOME/.config/secureshare/client/$secureShareServerUsername/config.yml
where $secureShareServerUsername is the username for that user. $secureShareServerUsername basically is an scrypt slated hash of the publicKey.
$secureShareServerUsername
Either copy the config file to the default location manually OR link the files with a soft link (only works on unices)
possible solutions:
fixed in https://github.com/scusi/secureShare/commit/acb92643773e3a3bd53bb45f20a0651514f93bc3
after run register the client can not find it's config file.
the default location is:
$HOME/.config/secureshare/client/config.yml
but the client writes it to:
$HOME/.config/secureshare/client/$secureShareServerUsername/config.yml
where $secureShareServerUsername is the username for that user.
$secureShareServerUsername
basically is an scrypt slated hash of the publicKey.hotfix
Either copy the config file to the default location manually OR link the files with a soft link (only works on unices)
long term fix
possible solutions: