From 75c07221efd9d17cbd87804836fadf4ced2d98d2 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Sat, 21 Jan 2023 16:23:15 -0500 Subject: [PATCH 1/4] Added n8n-ntfy --- docs/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations.md b/docs/integrations.md index e01ea211..b9198ef6 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -108,6 +108,7 @@ and uptime of third party servers, so use of each server is **at your own discre - [maubot-ntfy](https://gitlab.com/999eagle/maubot-ntfy) - Matrix bot to subscribe to ntfy topics and send messages to Matrix (Python) - [ntfy-wrapper](https://github.com/vict0rsch/ntfy-wrapper) - Wrapper around ntfy (Python) - [nodebb-plugin-ntfy](https://github.com/NodeBB/nodebb-plugin-ntfy) - Push notifications for NodeBB forums +- [n8n-ntfy](https://github.com/raghavanand98/n8n-ntfy.sh) - n8n community node that lets you use ntfy in your workflows ## Blog + forum posts From 804ee3b298be5cd05b1a0300c33c436a7012be77 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Baril Date: Sun, 22 Jan 2023 04:32:30 -0500 Subject: [PATCH 2/4] Elements requiring chown to run non-root Docker We also have to chown the attachments directory otherwise the docker container does not start and crashes. BTW, all that should be automated at the container creation. Because it took me at least an hour to understand that the only way to accomplish that chown command was to first launch the container as root, run the commands, and only then edit docker-compose.yml to add uid/gid. After that I could restart the container and it would now not crash. --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 7bf42ca0..70ee219d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -287,7 +287,7 @@ services: restart: unless-stopped ``` -If using a non-root user when running the docker version, be sure to chown the server.yml, user.db, and cache.db files to the same uid/gid. +If using a non-root user when running the docker version, be sure to chown the server.yml, user.db, and cache.db files and attachments directory to the same uid/gid. Alternatively, you may wish to build a customized Docker image that can be run with fewer command-line arguments and without delivering the configuration file separately. ``` From 8668143127fdb4251ed43630e6f057917829cc2d Mon Sep 17 00:00:00 2001 From: "Philipp C. Heckel" Date: Tue, 24 Jan 2023 10:25:56 -0500 Subject: [PATCH 3/4] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index d1cf5011..e1eb0619 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ github: [binwiederhier] +liberapay: ntfy From 3d84bdf77bc19cca17fe166a27d5fb4a9c46bfaf Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Tue, 24 Jan 2023 10:32:11 -0500 Subject: [PATCH 4/4] Thanks to @andreapx for your donation --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3da225b9..c74b292e 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,9 @@ for the server and the Android app. Or, if you'd like to help translate 🇩🇪 ## Sponsors -I have just very recently started accepting donations via [GitHub Sponsors](https://github.com/sponsors/binwiederhier). -I would be humbled if you helped me carry the server and developer account costs. Even small donations are very much -appreciated. A big fat **Thank You** to the folks already sponsoring ntfy: +I have just very recently started accepting donations via [GitHub Sponsors](https://github.com/sponsors/binwiederhier), +and [Liberapay](https://liberapay.com/ntfy). I would be humbled if you helped me carry the server and developer +account costs. Even small donations are very much appreciated. A big fat **Thank You** to the folks already sponsoring ntfy: @@ -111,6 +111,7 @@ appreciated. A big fat **Thank You** to the folks already sponsoring ntfy: + I'd also like to thank JetBrains for providing their awesome [IntelliJ IDEA](https://www.jetbrains.com/idea/) to me for free, and [DigitalOcean](https://m.do.co/c/442b929528db) (*referral link*) for supporting the project: