Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Miniflux

7 Topics 58 Posts
  • Miniflux - Package Updates

    Pinned
    31
    0 Votes
    31 Posts
    2k Views
    Package UpdatesP

    [1.5.1]

    Update v2 to 2.2.4 Full Changelog fix(storage): replace timezone function call with view fix(consistency): align feed modification behavior between API and UI fix(ci): fix grammar in pull-request template fix: load icon from site URL instead of feed URL fix: feed icon from xml ignored during force refresh feat(rewrite)!: remove parse_markdown rewrite rule feat(mediaproxy): update predefined referer spoofing rules for restricted media resources feat(locale): update translations to clarify readeck URL instead of readeck API endpoint feat(locale): update German translations feat(locale): update Chinese translations feat(apprise): update SendNotification to handle multiple entries and add logging feat(apprise): add title in notification request body feat: resize favicons before storing them in the database feat: optionally fetch watch time from YouTube API instead of website feat: only show the commit URL if it's not empty on /about feat: add predefined scraper rules for arstechnica.com feat: add date-based entry filtering rules
  • Miniflux - RSS Date Parser Failed

    Solved
    3
    0 Votes
    3 Posts
    343 Views
    J

    @girish Thank you, working through this.

  • How to change Configuration Parameters?

    Solved
    3
    0 Votes
    3 Posts
    457 Views
    G

    That worked. Excellent. Thank you!

  • Enabling registrations

    5
    0 Votes
    5 Posts
    468 Views
    archosA

    @jdaviescoates Thanks for the tip, I'll give it a try.

  • Fetch via proxy unavailable?

    3
    0 Votes
    3 Posts
    421 Views
    girishG

    @girish said in Fetch via proxy unavailable?:

    From the code atleast, it doesn't looks like there was a UI for this.

    That's not true. Found it here - https://github.com/miniflux/v2/blob/main/template/templates/views/add_subscription.html#L36 . It's protected by

    {{ if .hasProxyConfigured }} <label><input type="checkbox" name="fetch_via_proxy" value="1" {{ if .form.FetchViaProxy }}checked{{ end }}> {{ t "form.feed.label.fetch_via_proxy" }}</label> {{ end }}

    So, you need a proxy configured for that to show up. That bool derives it's value from the environment variable - https://github.com/miniflux/v2/blob/3f14d08095bd320ff0b74bd742d4f4050bcf4011/config/options.go#L541

  • Resetting password using command line fails

    Solved
    3
    0 Votes
    3 Posts
    481 Views
    32463

    @girish thank you! That did the trick šŸ™‚

  • Miniflux filters?

    Solved
    10
    1 Votes
    10 Posts
    2k Views
    O

    @robi said in Miniflux filters?:

    @odie that's a suggestions you can make upstream at the miniflux github repo.

    Good idea. I just did that!