Lets encrypt certificate renewal does not work.
Summary
Lets encrypt certificate renewal does not work.
Relevant logs and/or screenshots
In jitis-web container /etc/services.d/cron/run
file is releated with environment variables that are not used by role (docker environments other than timezone are not passed).
Possible fixes
add:
cat > /etc/services.d/cron/run <<EOF
#!/usr/bin/with-contenv bash
exec cron -f
EOF
in 10-config
for jitsi-web
container to enable cron independently of environment variables.
Edited by Piotr Korthals