Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
overmind
/
matrix-docker-ansible-deploy
mirror da
https://github.com/spantaleev/matrix-docker-ansible-deploy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Run Let's Encrypt renewal checks daily instead of weekly.
This ensures more timely updates of certifcates.
pull/910/head
Hardy Erlinger
5 anni fa
parent
6baa91dd9f
commit
f4930d789e
3 ha cambiato i file
con
6 aggiunte
e
6 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-2
roles/matrix-coturn/templates/systemd/matrix-coturn-reload.timer.j2
+2
-2
roles/matrix-nginx-proxy/templates/systemd/matrix-ssl-lets-encrypt-certificates-renew.timer.j2
+2
-2
roles/matrix-nginx-proxy/templates/systemd/matrix-ssl-nginx-proxy-reload.timer.j2
+ 2
- 2
roles/matrix-coturn/templates/systemd/matrix-coturn-reload.timer.j2
Vedi File
@@ -3,8 +3,8 @@ Description=Reloads matrix-coturn periodically so that new SSL certificates can
[Timer]
Unit=matrix-coturn-reload.service
OnCalendar=
Sunday
*-*-*
13:
00:00
RandomizedDelaySec=
3
h
OnCalendar=*-*-* 0
6:3
0:00
RandomizedDelaySec=
1
h
[Install]
WantedBy=timers.target
+ 2
- 2
roles/matrix-nginx-proxy/templates/systemd/matrix-ssl-lets-encrypt-certificates-renew.timer.j2
Vedi File
@@ -3,8 +3,8 @@ Description=Renews Let's Encrypt SSL certificates periodically
[Timer]
Unit=matrix-ssl-lets-encrypt-certificates-renew.service
OnCalendar=
Sunday *-*-* 05
:00:00
RandomizedDelaySec=
3
h
OnCalendar=
*-*-* 04
:00:00
RandomizedDelaySec=
2
h
[Install]
WantedBy=timers.target
+ 2
- 2
roles/matrix-nginx-proxy/templates/systemd/matrix-ssl-nginx-proxy-reload.timer.j2
Vedi File
@@ -3,8 +3,8 @@ Description=Reloads matrix-nginx-proxy periodically so that new SSL certificates
[Timer]
Unit=matrix-ssl-nginx-proxy-reload.service
OnCalendar=
Sunday
*-*-*
13:
00:00
RandomizedDelaySec=
3
h
OnCalendar=*-*-* 0
6:3
0:00
RandomizedDelaySec=
1
h
[Install]
WantedBy=timers.target
Scrivi
Anteprima
Caricamento…
Annulla
Salva