[Miniflux] Minimal RSS reader

Miniflux for YunoHost

Integration level
Install Miniflux with YunoHost

Overview

Miniflux is a minimalist and opinionated feed reader.

Shipped version: 2.0.30

Screenshots

Documentation

Links

1 Like

Some Reading :newspaper:

1 Like

so what about this thread?
last update for this package was 6 years ago…

you mean 6 hours ago :sweat_smile:
seriously, the app has been repackaged…

2 Likes

Uhhh thats nice!
Only found the old github repository.
Installing it right now…issue reports here or on github?^^

Thank you very much, it is working well for me. I’ve wanted to use miniflux for a long time, so it’s a wish come true.

Best regards! :heart:

and here my error report: https://paste.yunohost.org/raw/udukafuxeb

It is better to open an issue in the application repository and also join the postgresql logs found in webadmin Home / Services / postgresql

alright
here you go: hastebin

I was saying it is better to open an issue on GitHub…

made an issue in github

this is absolutely great. Thank you @ericg!

I just installed this in YNH4.2.5.2 on a subdomain and then imported my opml file. Everything is there. So far nothing broke.

Thank you once more!

Bonjour,

(je ne suis pas sûr que je doive poster ça ici …)

J’ai identifié un bug lors de l’installation de Miniflux sur YunoHost 12.0.17 (stable) concernant la création du compte administrateur.

Problème :
Lorsqu’on définit un mot de passe contenant le caractère & durant l’installation, celui-ci est remplacé par __PASSWORD__ dans le mot de passe final.

Exemple concret :

  • Mot de passe saisi : P4ss&W0rd
  • Mot de passe effectivement enregistrĂ© : P4ss__PASSWORD__W0rd
    (dans le fichier /var/www/miniflux/miniflux.conf)

Cause probable :
Il semble y avoir une substitution sed qui remplace & par __PASSWORD__ sans vérification préalable, quelque chose comme :

sed 's/__PASSWORD__/P4ss&W0rd/'

Le & dans sed étant un caractère spécial (référence au motif trouvé), il est remplacé par __PASSWORD__ au lieu d’être traité littéralement.

Impact :
Impossible de se connecter avec les identifiants choisis lors de l’installation.

Merci pour votre attention !


P.S. J’aurais bien voulu proposer une solution, mais je ne sais même pas si c’est au niveau de l’application ou de YunoHost qu’il faut agir. Probablement YunoHost ? Car avec toutes les substitutions lors des install/update/etc., il doit y en avoir partout et ça doit être un minimum normalisé !?

imaxe

Hi, I’ve been using Miniflux without issues from new year. Now fully migrated from tt-rss.

One thing I noticed in my miniflux is I miss LogOut linkn in main menu, as we can see in this very same thread [Miniflux] Minimal RSS reader top message.

Maybe this is on purpose for integration in ynh auth system (users from YNH instance), I don’t know, but ynh-users can not access miniflux with their ynh’s credentials. At least in my system I had to create miniflux users. Not a problem for me but, where’s logout link? :smiley: How to close user’s current session in case they need it? thank you.