This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Run Let's Encrypt renewal checks daily instead of weekly.
This ensures more timely updates of certifcates.
pull/910/head
Hardy Erlinger
5 years ago
parent
6baa91dd9f
commit
f4930d789e
3 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View 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
View 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
View 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
Write
Preview
Loading…
Cancel
Save