浏览代码

ntfy: persist message cache for 1 week

bodicsek 1 月之前
父节点
当前提交
a40c3c4bf4
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ntfy.yaml

+ 2 - 0
ntfy.yaml

@@ -9,6 +9,8 @@ data:
     behind-proxy: true
     auth-file: /config/user.db
     auth-default-access: deny-all
+    cache-file: /config/cache.db
+    cache-duration: 168h
 ---
 apiVersion: apps/v1
 kind: Deployment