mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1659] pause server connection (not only notifications) #1156
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#1156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @obacht8 on GitHub (Mar 16, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1659
💡 Idea
a button (could be a quick settings tile or the like) to pause server connection (maybe even for a predefined time span), a bit similar to pausing notifications but really pausing internet access
otherwise when flight mode is enabled ntfy complains via notification that no connection is possible and retries every 15
minseconds (edited)...(maybe there´s a nice way of achieving this already available... but I could not find it yet...)
💻 Target components
Android app (iOS app as well?)
@Quantum-Future commented on GitHub (Mar 20, 2026):
I was about to open an issue to make a similar request, but saw this.
I was thinking about adding an option to completely exit the app and stop all services and notifications. Maybe in the three dot menu, an Exit option could be added.
@obacht8 commented on GitHub (Mar 21, 2026):
it is possible to completely shut down the app afaik in device settings -> apps -> ntfy -> shut down (or the like, not sure about English wording) - but that´s quite a few clicks of course.
I´d prefer a tile in quick settings ("draw-down menu") to pause the service and stop server connections.
Well ... in the meantime I accidently clicked one of the options in said notification (the one which is saying it can´t connect and will retry in X seconds) that made it disappear for good... now I rather wonder where that sort of notification can be switched on again, couldn´t find that option in ntfy-settings (and all notifications on all levels are allowed for ntfy) and that I find pretty odd.
@Habetdin commented on GitHub (Apr 16, 2026):
There should be a pause option for each subscribed topic, as some may be network-dependent (e.g., a self-hosted instance available only over LAN).
Additionally, the "Mute (all) notifications" feature could include a "Pause connections" checkbox for cases involving restricted network access.
@Quantum-Future commented on GitHub (Apr 20, 2026):
Yes, it can be done this way using Andoid options, but adding an Exit option in the app's menu is quicker way and more "elegant".
Maybe a tile could be added too.