kaiyou
kaiyou
Hello, I have contributed some features and refactoring to wesher in the past and have been using it for production clusters everyday since. Little to say I have come to...
There are two kinds of split-brain: - a fairly rare case of half-half split-brain, where halft the nodes are completely disconnected from the other half for long enough so a...
This setting is not documented in `README.md` and explicitely marked as a testing setting in `config.go`. However, I cannot foresee a testing use case for it, especially when `e2e.sh` makes...
The admin container now has access to pretty much all interesting metadata for generating stats. We could connect it to a time series database or an ES instance to export...
Now that the admin container is using mailustart, it does all kinds of DNS resolving at startup. I believe this is wrong, since it does not account for any container...
Spoiler : this issue and the opinion I express might very unpopular. Something struck me while I was crawling back from the dead and working on Mailu again a couple...
Hey. This is pretty amazing and I look forward to helping to implement it on some federated applications. I had started a similar initiative initially designed for Matrix and aiming...
Without this library, OAuth authentication is failing due to missing import. This was installed through requirements file in the previous versions of this image.
Currently the bootstrap script creates a seafile user with the following Host: `%.%.%.%`. This leads to denied access if the database is accessed over IPv6. Instead, use `%` which is...