i think this will not initialize the already-initialised storage. I believe there is only a working issue here.
This issue arises because since you first initialised the storage from CLI, web-ui doesn’t know anything about it, so in order to use it (decrypt and everything) you are required to add it’s password. (without the password there’s no decryption possible).
@gchen, can’t be a bit smarter here and read the storage folder first (whenever possible) and if it finds the config file and chunks or snapshots folders, then it tells the user that it needs to know the password in order to acces the storage?
It’s weird (from a usability perspective) that (cli in my own case, web-ui in this case) always asks to initialize the repo, even though after i add the password it tells me that “oh wait, i won’t initialize it since it already has been. Here are the actual settings that you used: [bla]”