Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
overmind
/
matrix-docker-ansible-deploy
réplica de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Run Let's Encrypt renewal checks daily instead of weekly.
This ensures more timely updates of certifcates.
pull/910/head
Hardy Erlinger
hace 5 años
padre
6baa91dd9f
commit
f4930d789e
Se han
modificado 3 ficheros
con
6 adiciones
y
6 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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
Ver fichero
@@ -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
Ver fichero
@@ -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
Escribir
Vista previa
Cargando…
Cancelar
Guardar