Wallabag sur l'application android

Bonjour,
mon installation yunohost marche parfaitement. J’ai juste un problème pour accéder à wallabag sur android (ça marche parfaitement sur le web). J’ai bien crée un compte flux (un jeton). Mais impossible de me connecter, j’ai un message d’erreur quand j’essaye de synchroniser "Error loading feed: Got invalid response…"
Avez vous une solution ?

Bonjour,

Cela ne viendrait pas d’un certificat SSL non valide?

Bonjour,

non ça ne semble pas être un problème de certificat (j’ai deja utilisé wallabag sur autre serveur (mais pas avec yunohost) et un certificat auto signé). L’erreur que j’ai me donne des balises html. Je pense que c’est la page d’acceuil yunohost du serveur.

Bonsoir,

surement le sso de yunohost qui bloque la connection par token…
à voir avec @beudbeud ou @kload ?

i know this problem. They work about it.

Je confirme ce bug
Je l’ai aussi.

@beudbeud , est-ce que tu peux nous mettre un lien ou on pourrait suivre l’évolution de ce bug ? (que j’ai aussi)

y’a cette issue sur SSOWat https://github.com/Kloadut/SSOwat/issues/19

sinon vous pouvez tester de mettre

skipped_regex: [
    ^\/wallabag\/?(.*)feed=true
],

à la place de

skipped_regex: [
    ^\\/wallabag\\/?(.*)feed=true
],

dans le fichier /etc/ssowat/conf.json

Bonjour,

en fait pour moi dans le fichier /etc/ssowat/conf.json

j’ai skipped_regex: [],

et en mettant skipped_regex: [
^\/wallabag\/?(.*)feed=true
],

j’ai une erreur 502 de nginx

hey,there,
my raspberry is loving the yunohost and me too,i learn a lot with yuno:)
i found a way to make work wallabag in my plataform using the android app.
I dont think its the good way…but works,and this way i can send links.
The client first have to be logged with browser and after can “bag it” pages to the server,using the app for android.
The wallabag is not protected by sso security but is protected with the normal login from wallabag,that is not working by the way.

lines:
sudo yunohost app setting wallabag skipped_urls -v "pi.nohost.me/wallabag"
sudo yunohost app setting wallabag unprotected_uris -v "/"
sudo yunohost app setting wallabag skipped_regex -v “^/wallabag/?(.*)feed=true”

anyone have a better solution?

1 Like

@olho Looks like a fairly good solution actually. We need to integrate it to the app directly now :smile:

Thank you for your feedback!

Yes is working,i now have problems with ttrss with api for android, stops working,push the feeds but after gives error, dont know if is ssl problem im using your nohost.Thank you guys ,yunohost works very good!!

Hey there, if i understand correctly there is a solution for the bug that keeps me from using the android app with wallabag. But there is no update in yunohost, am i right? And if…will there be a update?

cheers,
smithers

Hi, the tips given by @olho are well working.
But for applying the modification, one need to relaod SSO configuration using:

[root@yunohost] ~ # yunohost app ssowatconf
Succès ! Configuration de SSOwat générée avec succès

Thanks!

Hello,

thanks, it works perfectly now

hey, good to know is working.
anyone here,try with the new update to version 1.9.1b ?

This solution is also valid on the v2 all you have to do is replace wallabag with wallabag 2 :wink:

Thanks a lot :wink: