From 57171f57e40280134e3e96e431f3281bb9f0c4cc Mon Sep 17 00:00:00 2001 From: Sophie Tauchert Date: Sun, 8 Jan 2023 18:26:23 +0100 Subject: [PATCH 1/5] Add maubot-ntfy to projects --- docs/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/integrations.md b/docs/integrations.md index 7de05dbc..278d55b1 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -104,6 +104,7 @@ and uptime of third party servers, so use of each server is **at your own discre - [ntfy_ynh](https://github.com/YunoHost-Apps/ntfy_ynh) - ntfy app for YunoHost - [drone-ntfy](https://github.com/Clortox/drone-ntfy) - Drone.io plugin for sending ntfy notifications from a pipeline (Shell) - [ignition-ntfy-module](https://github.com/Kyvis-Labs/ignition-ntfy-module) - Adds support for sending notifications via a ntfy server to Ignition (Java) +- [maubot-ntfy](https://gitlab.com/999eagle/maubot-ntfy) - Matrix bot to subscribe to ntfy topics and send messages to Matrix (Python) ## Blog + forum posts From 81cb055375980acb5e08324ce72204620c572110 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Tue, 10 Jan 2023 08:00:27 -0500 Subject: [PATCH 2/5] Blog posts --- docs/integrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/integrations.md b/docs/integrations.md index 7de05dbc..426bdb7e 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -107,6 +107,8 @@ and uptime of third party servers, so use of each server is **at your own discre ## Blog + forum posts +- [Comment envoyer des notifications push sur votre téléphone facilement et gratuitement?](https://korben.info/notifications-push-telephone.html) - 1/2023 +- [UnifiedPush: a decentralized, open-source push notification protocol](https://f-droid.org/en/2022/12/18/unifiedpush.html) ⭐ - 12/2022 - [ntfy setup instructions](https://docs.benjamin-altpeter.de/network/vms/1001029-ntfy/) - benjamin-altpeter.de - 12/2022 - [Ntfy Self-Hosted Push Notifications](https://lachlanlife.net/posts/2022-12-ntfy/) - lachlanlife.net - 12/2022 - [ntfy.sh](https://paramdeo.com/til/ntfy-sh) - paramdeo.com - 11/2022 From 1aa716de555767840b84bfe59d2b7537ab11b0f4 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Tue, 10 Jan 2023 10:01:28 -0500 Subject: [PATCH 3/5] Add ntfy-wrapper project --- README.md | 2 +- docs/integrations.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8defa56a..bffd990f 100644 --- a/README.md +++ b/README.md @@ -111,7 +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://www.digitalocean.com/) for supporting the project with $60/yr: +and [DigitalOcean](https://www.digitalocean.com/) for supporting the project: diff --git a/docs/integrations.md b/docs/integrations.md index f699d762..737a86fe 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -105,6 +105,7 @@ and uptime of third party servers, so use of each server is **at your own discre - [drone-ntfy](https://github.com/Clortox/drone-ntfy) - Drone.io plugin for sending ntfy notifications from a pipeline (Shell) - [ignition-ntfy-module](https://github.com/Kyvis-Labs/ignition-ntfy-module) - Adds support for sending notifications via a ntfy server to Ignition (Java) - [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) ## Blog + forum posts From 96599df89f80cf9eefe2b2fcb9fede0641275bee Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Thu, 12 Jan 2023 10:25:13 -0500 Subject: [PATCH 4/5] Thank to @sky4055 for your sponsorship --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bffd990f..72d2aa14 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,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://www.digitalocean.com/) for supporting the project: From 1fd166d5c795c50f4f200716b4170c8d3affdca6 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Thu, 12 Jan 2023 10:28:00 -0500 Subject: [PATCH 5/5] Remove upx step from builds --- .goreleaser.yml | 7 ------- docs/releases.md | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 39642ba4..9ba8bb49 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -13,9 +13,6 @@ builds: - "-linkmode=external -extldflags=-static -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}" goos: [linux] goarch: [amd64] - hooks: - post: - - upx "{{ .Path }}" # apt install upx - id: ntfy_linux_armv6 binary: ntfy @@ -28,7 +25,6 @@ builds: goos: [linux] goarch: [arm] goarm: [6] - # No "upx" for ARM, see https://github.com/binwiederhier/ntfy/issues/191#issuecomment-1083406546 - id: ntfy_linux_armv7 binary: ntfy @@ -41,7 +37,6 @@ builds: goos: [linux] goarch: [arm] goarm: [7] - # No "upx" for ARM, see https://github.com/binwiederhier/ntfy/issues/191#issuecomment-1083406546 - id: ntfy_linux_arm64 binary: ntfy @@ -53,7 +48,6 @@ builds: - "-linkmode=external -extldflags=-static -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}" goos: [linux] goarch: [arm64] - # No "upx" for ARM, see https://github.com/binwiederhier/ntfy/issues/191#issuecomment-1083406546 - id: ntfy_windows_amd64 binary: ntfy @@ -64,7 +58,6 @@ builds: - "-X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}" goos: [windows] goarch: [amd64] - # No "upx" for Windows to hopefully avoid Virus warnings - id: ntfy_darwin_all binary: ntfy diff --git a/docs/releases.md b/docs/releases.md index c1c78a6b..ad513f45 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -9,9 +9,10 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Preliminary `/v1/health` API endpoint for service monitoring (no ticket) * Add basic health check to `Dockerfile` ([#555](https://github.com/binwiederhier/ntfy/pull/555), thanks to [@bt90](https://github.com/bt90)) -**Bug fixes:** +**Bug fixes + maintenance:** * Fix `chown` issues with RHEL-like based systems ([#566](https://github.com/binwiederhier/ntfy/issues/566)/[#565](https://github.com/binwiederhier/ntfy/pull/565), thanks to [@danieldemus](https://github.com/danieldemus)) +* Removed `upx` (binary packing) for all builds due to false virus warnings ([#576](https://github.com/binwiederhier/ntfy/issues/576), thanks to [@shawnhwei](https://github.com/shawnhwei) for reporting) **Documentation:**