3 Commity 200ec1dfd1 ... 15ea456dce

Autor SHA1 Wiadomość Data
  bodicsek 15ea456dce Update container images to latest versions 4 dni temu
  bodicsek a40c3c4bf4 ntfy: persist message cache for 1 week 1 miesiąc temu
  bodicsek 2071960bf8 Update container images to latest versions 1 miesiąc temu
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 2 0
      ntfy.yaml
  2. 1 1
      pwd.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

+ 1 - 1
pwd.yaml

@@ -20,7 +20,7 @@ spec:
         diun.include_tags: '^\d+\.\d+\.\d+-alpine$'
     spec:
       containers:
-        - image: vaultwarden/server:1.35.1-alpine
+        - image: vaultwarden/server:1.37.3-alpine
           name: vaultwarden
           imagePullPolicy: IfNotPresent
           ports: