From 0dd07d10a0f0fdb74ca3550b729bdb9add1037ac Mon Sep 17 00:00:00 2001 From: Vojtech Balak Date: Fri, 13 Jan 2023 19:29:44 +0100 Subject: [PATCH 1/3] Fix small issues in the K8s sts documentation The flag --cache-file and its argument need to be passed as two separate arguments, otherwise it gets parsed as a single long flag and results in an "incorrect usage" error. The pvc needs to be mounted to actually get used. --- docs/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 00b03639..7bf42ca0 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: From ee062c13d42ced173f3fa517b05a2776f1333ea3 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 14 Jan 2023 06:46:42 -0500 Subject: [PATCH 2/3] Release notes --- docs/releases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/releases.md b/docs/releases.md index ad513f45..7165e310 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 🎅 From a589705e6df4b05d94d0ea1d91ddb7d6b1cbd82f Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 14 Jan 2023 13:29:57 -0500 Subject: [PATCH 3/3] Add Scrt.link integration --- docs/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations.md b/docs/integrations.md index 737a86fe..7c7397da 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