Baptiste Grenier

Results 20 comments of Baptiste Grenier

While looking for an existing theme I just came across this theme by @polvanrijn that is interesting and could provide a basis: https://gitlab.uni-oldenburg.de/fili6799/dotfiles/-/blob/2c78cceae1f2a6cc86d9f23452903f4d133beeab/mutt/colors/okubax.mutt ![Screenshot 2020-06-16 at 12 08 22](https://user-images.githubusercontent.com/451417/84761731-2196b180-afca-11ea-946d-3c82a00169ff.png) For...

I've tested this with a MariaDB database, and it fails saying that Argon2 hash is too long for the length of the pwhash column that is at 48. Didn't checked...

Apparently this is also breaking other things, like the challenge creation, due to another issue with the column size, and the validation in `validate_answer` in the `static_argon2.py`, `argon2.PasswordHasher().hash` getting more...

It's also required to update `send` in `scoreboard/attachments/file.py` as due to `download_name` replacing Flask's `attachment_filename`: https://github.com/pallets/werkzeug/blob/d36aaf12b5d12634844e4c7f5dab4a8282688e12/src/werkzeug/utils.py#L400

Seems that following https://github.com/neomutt/neomutt/issues/3431 it got moved to https://github.com/neomutt/neomutt/tree/main/data/colorschemes

It mqy be possible to implement this using containers (ie. the docker host would have an MPTCP-enabled kernel) OVH seems to be doing the same for their OverTheBox solutio. To...

[Indeed](https://github.com/shadowsocks/shadowsocks-libev/blob/master/docker/alpine/Dockerfile), but it's based on Alpine, so it may change lots of things compared to the actual debian-based VPS setup. I was first thinking of something like starting from a...

Yes, one for all is very dirty, no doubt! And with docker compose it's very easy to run complex container deployments with a single command. Eager to test this!

Hi, I also tried to used an ldap + tls connection but wasn't able to use one, it seems that the ldapjs version used as no support for the startssl...