mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #1564] Backup/restore options for Web-based clients #1100
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#1100
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 @blacklight on GitHub (Jan 22, 2026).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1564
💡 Idea
The Android app already provides a way to backup and restore subscriptions, users, settings and messages, but on Web clients I usually have to manually copy subscriptions from other clients (and apply settings manually, and messages are lost).
This is my current workaround - a bookmarklet that dumps the IndexedDB to JSON, and another one to import it back via file chooser.
If there is sufficient interest I could adjust it to be a proper feature of the Web app.
The main challenge would then be the compatibility with the Android app, since at a first glance the two data models are slightly different.
💻 Target components
Web app