Merge branch 'master' into feature/add-worker-support

This commit is contained in:
Max Klenk
2020-09-10 13:57:11 +02:00
34 changed files with 601 additions and 84 deletions

View File

@ -0,0 +1,5 @@
MAILTO="{{ matrix_ssl_lets_encrypt_support_email }}"
15 4 * * * root {{ matrix_local_bin_path }}/matrix-ssl-lets-encrypt-certificates-renew
{% if matrix_nginx_proxy_enabled %}
20 5 * * * root {{ matrix_host_command_systemctl }} reload matrix-nginx-proxy.service
{% endif %}