QuiteRSS / quiterss

Free news feeds reader
https://quiterss.org
Other
1.02k stars 126 forks source link

[FR] Add sync capabilities #1546

Open sbstn87 opened 2 years ago

sbstn87 commented 2 years ago

Hi, would it be possible to add a sync capability to allow syncing subscriptions and read articles between devices? Android app Feeder has introduced something like that: https://gitlab.com/spacecowboy/Feeder/-/commit/24c0c8fdec35073fe06ca7fb1da836b4608594e3

This synchronizes feeds and read status between several devices through a hosted service. All data is end to end encrypted between the devices so no data is accessible on the cloud.

Perhaps copying the method used by Feeder is viable? It would allow syncing QuiteRSS on different devices with Feeder on Android.