somini
somini
> Is there a reason why feeds are not updated after 3 errors? I believe this is a reasonable thing to do, since it might indicate the feed is completely...
> I can't see that in the settings. Yes, it's a feature request. :)
``` # /etc/systemd/system/miniflux-reset.service [Unit] Description=Miniflux Feed Error Reset Wants=miniflux.service [Service] Type=oneshot EnvironmentFile=/etc/miniflux.conf ExecStart=/etc/binaries/miniflux -debug -reset-feed-errors [Install] WantedBy=multi-user.target # /etc/systemd/system/miniflux-reset.timer [Unit] Description=Miniflux Feed Error Reset [Timer] RandomizedDelaySec=30m OnCalendar=weekly [Install] WantedBy=multi-user.target ```...
> I use `miniflux-linux-amd64 -reset-feed-errors` and get the message `[INFO] The default value for DATABASE_URL is used` but no errors are reset :( As the error says, you need to...
The only thing needed here is for Miniflux to generate a "My Own Ad-Hoc Feed" that is appendable on the interface, and expose that as an Atom feed. Then you...
That's a lot of feature requests. This issue is tracking only a small part of this. > add export/import feature (also for feeds). I don't want to have my saved...
Yeah, from what I can tell, you can only fetch one entry at a time and check the `starred` property. That's another feature request.
Hopefully the "Mark as Read" option is available. That's what I manually do anyway.
See also: https://aur.archlinux.org/packages/go-hnrss/
See https://github.com/Kuniwak/vint/blob/172b1105b288ac0c85448534d520213d24fe78d3/vint/linting/policy/prohibit_autocmd_with_no_group.py#L35-L42