本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Merge pull request
#910
from hardye/le-timers-update
Run Let's Encrypt renewal checks daily instead of weekly.
pull/893/head
Slavi Pantaleev
5 年之前
committed by
GitHub
父節點
6baa91dd9f
f4930d789e
當前提交
c8d4a42367
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID:
4AEE18F83AFDEB23
共有
3 個檔案被更改
,包括
6 行新增
和
6 行删除
分割檢視
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
查看文件
@@ -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
查看文件
@@ -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
查看文件
@@ -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…
取消
儲存