Skip to content

Commit 8c69234

Browse files
committed
Revert Docker user fix
1 parent a9b7c45 commit 8c69234

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

Dockerfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ LABEL org.opencontainers.image.licenses="Apache-2.0, GPL-2.0"
99
LABEL org.opencontainers.image.title="ntfy"
1010
LABEL org.opencontainers.image.description="Send push notifications to your phone or desktop using PUT/POST"
1111

12-
RUN apk add --no-cache tzdata \
13-
&& adduser -D -u 1000 ntfy
12+
RUN apk add --no-cache tzdata
1413
COPY ntfy /usr/bin
1514

1615
EXPOSE 80/tcp

Dockerfile-arm

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ LABEL org.opencontainers.image.description="Send push notifications to your phon
1212
# Alpine does not support adding "tzdata" on ARM anymore, see
1313
# https://github.com/binwiederhier/ntfy/issues/894
1414

15-
RUN adduser -D -u 1000 ntfy
1615
COPY ntfy /usr/bin
1716

1817
EXPOSE 80/tcp

Dockerfile-build

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bullseye as builder
1+
FROM golang:1.22-bullseye as builder
22

33
ARG VERSION=dev
44
ARG COMMIT=unknown
@@ -53,7 +53,6 @@ LABEL org.opencontainers.image.licenses="Apache-2.0, GPL-2.0"
5353
LABEL org.opencontainers.image.title="ntfy"
5454
LABEL org.opencontainers.image.description="Send push notifications to your phone or desktop using PUT/POST"
5555

56-
RUN adduser -D -u 1000 ntfy
5756
COPY --from=builder /app/dist/ntfy_linux_server/ntfy /usr/bin/ntfy
5857

5958
EXPOSE 80/tcp

docs/integrations.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ I've added a ⭐ to projects or posts that have a significant following, or had
66

77
## Official integrations
88

9+
- [changedetection.io](https://changedetection.io) ⭐ - Website change detection and notification
910
- [Healthchecks.io](https://healthchecks.io/) ⭐ - Online service for monitoring regularly running tasks such as cron jobs
1011
- [Apprise](https://github.com/caronc/apprise/wiki/Notify_ntfy) ⭐ - Push notifications that work with just about every platform
1112
- [Uptime Kuma](https://uptime.kuma.pet/) ⭐ - A self-hosted monitoring tool
@@ -16,15 +17,15 @@ I've added a ⭐ to projects or posts that have a significant following, or had
1617
- [Gatus](https://gatus.io/) ⭐ - Automated service health dashboard
1718
- [Automatisch](https://automatisch.io/) ⭐ - Open source Zapier alternative / workflow automation tool
1819
- [FlexGet](https://flexget.com/Plugins/Notifiers/ntfysh) ⭐ - Multipurpose automation tool for all of your media
19-
- [Shoutrrr](https://containrrr.dev/shoutrrr/v0.7/services/ntfy/) ⭐ - Notification library for gophers and their furry friends.
20+
- [Shoutrrr](https://containrrr.dev/shoutrrr/v0.8/services/ntfy/) ⭐ - Notification library for gophers and their furry friends.
2021
- [Netdata](https://learn.netdata.cloud/docs/alerts-and-notifications/notifications/agent-alert-notifications/ntfy) ⭐ - Real-time performance monitoring
2122
- [Deployer](https://github.com/deployphp/deployer) ⭐ - PHP deployment tool
2223
- [Scrt.link](https://scrt.link/) - Share a secret
2324
- [Platypush](https://docs.platypush.tech/platypush/plugins/ntfy.html) - Automation platform aimed to run on any device that can run Python
2425
- [diun](https://crazymax.dev/diun/) - Docker Image Update Notifier
2526
- [Cloudron](https://www.cloudron.io/store/sh.ntfy.cloudronapp.html) - Platform that makes it easy to manage web apps on your server
2627
- [Xitoring](https://xitoring.com/docs/notifications/notification-roles/ntfy/) - Server and Uptime monitoring
27-
- [changedetection.io](https://changedetection.io) ⭐ - Website change detection and notification
28+
- [HetrixTools](https://docs.hetrixtools.com/ntfy-sh-notifications/) - Uptime monitoring
2829

2930
## Integration via HTTP/SMTP/etc.
3031

@@ -138,9 +139,15 @@ I've added a ⭐ to projects or posts that have a significant following, or had
138139
- [jetspotter](https://github.com/vvanouytsel/jetspotter) - send notifications when planes are spotted near you (Go)
139140
- [monitoring_ntfy](https://www.drupal.org/project/monitoring_ntfy) - Drupal monitoring Ntfy.sh integration (PHP/Drupal)
140141
- [Notify](https://flathub.org/apps/com.ranfdev.Notify) - Native GTK4 client for ntfy (Rust)
142+
- [notify-via-ntfy](https://exchange.checkmk.com/p/notify-via-ntfy) - Checkmk plugin to send notifications via ntfy (Python)
143+
- [ntfy-java](https://github.com/MaheshBabu11/ntfy-java/) - A Java package to interact with a ntfy server (Java)
141144

142145
## Blog + forum posts
143146

147+
- [Boost Your Productivity with ntfy.sh: The Ultimate Notification Tool for Command-Line Users](https://dev.to/archetypal/boost-your-productivity-with-ntfysh-the-ultimate-notification-tool-for-command-line-users-iil) - dev.to - 3/2024
148+
- [Introducing the Monitoring Ntfy.sh Integration Module: Real-time Notifications for Drupal Monitoring](https://cyberschorsch.dev/drupal/introducing-monitoring-ntfysh-integration-module-real-time-notifications-drupal-monitoring) - cyberschorsch.dev - 11/2023
149+
- [How to install Ntfy.sh on CasaOS using BigBearCasaOS](https://www.youtube.com/watch?v=wSWhtSNwTd8) - youtube.com - 10/2023
150+
- [Ntfy: Your Ultimate Push Notification Powerhouse!](https://kkamalesh117.medium.com/ntfy-your-ultimate-push-notification-powerhouse-1968c070f1d1) - kkamalesh117.medium.com - 9/2023
144151
- [Installing Self Host NTFY On Linux Using Docker Container](https://www.pinoylinux.org/topicsplus/containers/installing-self-host-ntfy-on-linux-using-docker-container/) - pinoylinux.org - 9/2023
145152
- [Homelab Notifications with ntfy](https://blog.alexsguardian.net/posts/2023/09/12/selfhosting-ntfy/) ⭐ - alexsguardian.net - 9/2023
146153
- [Why NTFY is the Ultimate Push Notification Tool for Your Needs](https://osintph.medium.com/why-ntfy-is-the-ultimate-push-notification-tool-for-your-needs-e767421c84c5) - osintph.medium.com - 9/2023
@@ -226,7 +233,6 @@ I've added a ⭐ to projects or posts that have a significant following, or had
226233
- [Show HN: A tool to send push notifications to your phone, written in Go](https://news.ycombinator.com/item?id=29715464) ⭐ - news.ycombinator.com - 12/2021
227234
- [Reddit selfhostable post](https://www.reddit.com/r/selfhosted/comments/qxlsm9/my_open_source_notification_android_app_and/) ⭐ - reddit.com - 11/2021
228235

229-
230236
## Alternative ntfy servers
231237

232238
Here's a list of public ntfy servers. As of right now, there is only one official server. The others are provided by the

docs/releases.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ A small release after a long pause (lots of day job work). This release adds for
1919
**Bug fixes + maintenance:**
2020

2121
* ⚠️ Remove `Rate-Topics` header due to DoS security issue if `visitor-subscriber-rate-limiting: true` ([#1048](https://github.com/binwiederhier/ntfy/issues/1048))
22-
* Add non-root user to Docker image, ntfy can be run as non-root ([#967](https://github.com/binwiederhier/ntfy/pull/967)/[#966](https://github.com/binwiederhier/ntfy/issues/966), thanks to [@arahja](https://github.com/arahja))
2322

2423
**Documentation:**
2524

0 commit comments

Comments
 (0)