-
Take some time to do a cleanup of the code smells as found in sonarcloud:
https://sonarcloud.io/project/issues?id=bitmaelum_bitmaelum-suite&resolved=false
-
We should make a simple docker container for the mail server.
We basically have this already running (bitmaelum/bitmaelum-suite).. but it might need some work to make sure it's ready for use.
-
Since we will have an irregular number of bits, we need to find a way to achieve this.
-
Check if we can have a gateway to regular email so we can use regular email clients.
use `john@bitmaelum.org` for `john!` and `john#org@bitmaelum.org` as addresses
-
Allow bmbridge to run as a service on windows (but likely on other oses as well
https://billg.sqlteam.com/2018/07/17/running-go-as-a-windows-service/
-
The quickstart guide is pretty ok, but it's not completely correct. Make sure this is up and running so it will be easy for users to actually try and test BitMaelum
-
Create a complete list of features currently implemented in bitmaelum. This should be added to the documentation.
Features in progress should be added too, as well as future features
-
Probably simplest to write in electron.
-
I was able to guess how to generate the initial config files thanks to the help on the commands and start the bm-server.
However I failed at creating a new account because the vault was not found. I …