Block a user
transcaffeine
pushed to master at finallycoffee/matrix-docker-ansible-deploy
2025-10-19 13:53:36 +00:00
lego hook execution with bash -c
That assumes that $LEGO_POST_RENEWAL_HOOK
is executable with bash - right now, it can be any (shell) executable, as long as it is executable, it works.
One could make the argument, that the…