mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #440] Android: deep link to change default server #337
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#337
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 @p1gp1g on GitHub (Oct 11, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/440
Context
Some users seem to struggle to change the default server
Suggestion
Use a deeplink on android to open the dialog, prefilled with the new server.
In addition, a link to a QR code on the web app would be awesome :)
@binwiederhier commented on GitHub (Oct 11, 2022):
I am open to this, but where would we link from?
@binwiederhier commented on GitHub (Oct 11, 2022):
So assuming the link is
ntfy://settings?highlight=default-serveror something similar, would you link to that from Element? Maybe you can explain the use case more, and what people struggle with.@p1gp1g commented on GitHub (Oct 11, 2022):
I don't find the documentation to link to, but it is mainly : App settings -> default server.
So, it seems many users struggle with that, I don't know why.
Also, I assumed the deeplink autofilled the server URL, so it would be
ntfy://settings?highlight=default-server&server=https%3A%2F%2Fmyserver.domain.tld@acaloiaro commented on GitHub (Oct 26, 2022):
👍
Use case: You want to use the
ntfyapp(s) for push notifications for a small site, but want to self-host the server. In the site's "Welcome" e-mail or user profile page, you add a little tidbit about installingntfyon your devices to get push notifications, and offer a URL or QR Code that configures the app to use that site's self-hosted server. In order to be completely useful, deeplinks would need to incorporate topic subscription as well.@dgtlmoon commented on GitHub (Nov 21, 2023):
theres a PR for QR codes on android over at https://github.com/binwiederhier/ntfy-android/pull/67