Some configuration options to lower the security requirements are necessasry, as the pi zero only has a single core and not too much power or RAM. The default settings for Argon2 are a bit to stronk.
[x] it must be possible to disable TLS for the default listeners
[x] it must be possible to configure the hashing parameters to argon2
[x] verify the SQLite native bindings is working on pi zero
[x] verify the Argon2 native bindings are working on the pi zero
[x] blocked thread checker must be configurable to avoid excessive warnings.
Some configuration options to lower the security requirements are necessasry, as the pi zero only has a single core and not too much power or RAM. The default settings for Argon2 are a bit to stronk.