FreshRSS / FreshRSS

A free, self-hostable news aggregator…
https://freshrss.org
GNU Affero General Public License v3.0
9.96k stars 851 forks source link

[Feature]refresh time included in export #5914

Open rezad1393 opened 11 months ago

rezad1393 commented 11 months ago

Is your feature request related to a problem? Please describe. I have a lot of feeds (hundreds). If I want to move my feeds to another instance of freshrss, then I have to manually set the refresh interval of every feed. It would be herculean effort to do it.

Describe the solution you’d like add a attribute to every feed portion of export for update interval of that feed to be imported to the freshrss.

Describe alternatives you’ve considered nothing really comes to mind.

Additional context

Alkarex commented 11 months ago

To move all your data, consider our command-line export to SQLite, and then import again https://github.com/FreshRSS/FreshRSS/blob/edge/cli/README.md

Your suggestion still stands, although not trivial to implement with the handling of default values.

rezad1393 commented 11 months ago

I know about the database. and that works when both instance of freshrss are under my control (I mean I can access files inside the hosts)

what I was suggesting was about moving from one instance to another instance that are not under my complete control. like many fediverse open softwares that allow something like this to users.

this makes sense for shared hosting also.

I cant tell a person that is giving me free (or even paid) instance of freshrss to let me overwrite a big sql file but a simple xml import is doable.

this is not a priority though so maybe in medium term plans?

again, this helps with people that may want to move from one instance (paid or free host) to another. it helps a lot with movability and not being tied to a instance.