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

8 Topics 64 Posts
  • Miniflux - Package Updates

    Pinned
    35
    0 Votes
    35 Posts
    4k Views
    Package UpdatesP
    [1.6.1] Update v2 to 2.2.7 Full Changelog refactor: combine feed icon handlers to use only externalIconID fix(ui): update share feature to correctly select the title element and handle empty titles fix(ui): update entry tags display logic to show links based on user authentication fix(ui): remove touch-action style to prevent horizontal scrolling issues fix(ui): log a warning for an empty client secret fix(ui): change labels from "Read / Unread" to "Mark as Read" fix(ui): avoid 500 errors and NaN when marking a deleted entry as read fix(subscription): add /rss/feed.xml to the list of known feed URLs
  • Time Zone Not Supported

    Unsolved
    2
    0 Votes
    2 Posts
    38 Views
    nebulonN
    Where do you set this? "US/Eastern" does not show up in the miniflux settings dropdown for timezone for me. Changing to exisiting timezones like "Europe/Berlin" works fine. The list has "America/New_York" maybe that is how miniflux named the us eastern timezone.
  • Miniflux - RSS Date Parser Failed

    Solved
    3
    0 Votes
    3 Posts
    434 Views
    J
    @girish Thank you, working through this.
  • How to change Configuration Parameters?

    Solved
    3
    0 Votes
    3 Posts
    706 Views
    G
    That worked. Excellent. Thank you!
  • Enabling registrations

    5
    0 Votes
    5 Posts
    683 Views
    archosA
    @jdaviescoates Thanks for the tip, I'll give it a try.
  • Fetch via proxy unavailable?

    3
    0 Votes
    3 Posts
    617 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
    663 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!