Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

6 righe
274 B

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