diff --git a/docs/install.md b/docs/install.md index 00b0363..7bf42ca 100644 --- a/docs/install.md +++ b/docs/install.md @@ -371,7 +371,7 @@ unmanned pod. containers: - name: ntfy image: binwiederhier/ntfy - args: ["serve", "--cache-file /var/cache/ntfy/cache.db"] + args: ["serve", "--cache-file", "/var/cache/ntfy/cache.db"] ports: - containerPort: 80 name: http @@ -379,6 +379,8 @@ unmanned pod. - name: config mountPath: "/etc/ntfy" readOnly: true + - name: cache + mountPath: "/var/cache/ntfy" volumes: - name: config configMap: diff --git a/docs/integrations.md b/docs/integrations.md index 737a86f..7c7397d 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -32,6 +32,7 @@ and uptime of third party servers, so use of each server is **at your own discre - [Gatus](https://gatus.io/) ⭐ - Automated service health dashboard - [Automatisch](https://automatisch.io/) ⭐ - Open source Zapier alternative / workflow automation tool - [FlexGet](https://flexget.com/Plugins/Notifiers/ntfysh) ⭐ - Multipurpose automation tool for all of your media +- [Scrt.link](https://scrt.link/) - Share a secret - [Platypush](https://docs.platypush.tech/platypush/plugins/ntfy.html) - Automation platform aimed to run on any device that can run Python ## [UnifiedPush](https://unifiedpush.org/users/apps/) integrations diff --git a/docs/releases.md b/docs/releases.md index ad513f4..7165e31 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -18,6 +18,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Add HTTP/2 and TLSv1.3 support to nginx docs ([#553](https://github.com/binwiederhier/ntfy/issues/553), thanks to [@bt90](https://github.com/bt90)) * Small wording change for `client.yml` ([#562](https://github.com/binwiederhier/ntfy/pull/562), thanks to [@fleopaulD](https://github.com/fleopaulD)) +* Fix K8s install docs ([#582](https://github.com/binwiederhier/ntfy/pull/582), thanks to [@Remedan](https://github.com/Remedan)) ## ntfy server v1.30.1 Released December 23, 2022 🎅