This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

[Topic unique] Installation Wallabag, une alternative à Pocket

French community

Moderators: velivole18, ernie, mtiburs

Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
laster13
PowerUser
PowerUser
Posts: 995
Joined: 01 Jun 2013 19:15
Location: France-Marseille
Status: Offline

[Topic unique] Installation Wallabag, une alternative à Pocket

Post by laster13 »

wallabag est une application de lecture différée : vous n'avez pas le temps de lire un article, mettez-le de côté en un clic et retrouvez-le plus tard sur votre smartphone en version épurée.

Un exemple connu serait Pocket, vous avez certainement dû en entendre parler récemment, car Mozilla a noué un partenariat avec Pocket, ce qui a eu pour conséquence de faire monter la tension chez les adeptes du panda roux, pour la simple et bonne raison que Pocket n'est pas ouvert. Bien que l'application elle-même est open-source, le service, lui, n'est pas complètement gratuit. C'est là que Wallabag entre en scène puisque c'est ce qu'on appelle une alternative libre, de facto "self-hostable"

La suite ici

Merci d'utiliser ce topic pour toute remarque concenrant le tuto

User avatar
lulu80
PowerUser
PowerUser
Posts: 763
Joined: 15 Jun 2014 12:15
Location: France-(Picardie 80)
Contact:
Status: Offline

Re: [Topic unique] Installation Wallabag, une alternative à Pocket

Post by lulu80 »

bonjours,

je vient d'installer les ports et a la fin j'ai cela

Code: Select all

/usr/ports/math/yacas/
/usr/ports/misc/Makefile
/usr/ports/misc/R-cran-mime/
files/ba406af33951aa64fec2bb49e8afa3c87a2de4449da0bcc0b95859920990522b.gz not found -- snapshot corrupt.
root@wallabag:/ #
puis je continuer ?
Version 11.2.0.4 - Omnius (revision 6400)
https://lucinfordi.fr

laster13
PowerUser
PowerUser
Posts: 995
Joined: 01 Jun 2013 19:15
Location: France-Marseille
Status: Offline

Re: [Topic unique] Installation Wallabag, une alternative à Pocket

Post by laster13 »

Non je te conseille de supprimer la jail et de recommencer ;)

User avatar
lulu80
PowerUser
PowerUser
Posts: 763
Joined: 15 Jun 2014 12:15
Location: France-(Picardie 80)
Contact:
Status: Offline

Re: [Topic unique] Installation Wallabag, une alternative à Pocket

Post by lulu80 »

ok, je recommence
Version 11.2.0.4 - Omnius (revision 6400)
https://lucinfordi.fr

User avatar
lulu80
PowerUser
PowerUser
Posts: 763
Joined: 15 Jun 2014 12:15
Location: France-(Picardie 80)
Contact:
Status: Offline

Re: [Topic unique] Installation Wallabag, une alternative à Pocket

Post by lulu80 »

jai un problème avec le mot de passe ?

Code: Select all

NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
      SERVERS IN PRODUCTION USE!  PLEASE READ EACH STEP CAREFULLY!

In order to log into MySQL to secure it, we'll need the current
password for the root user.  If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none):
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Enter current password for root (enter for none):
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Enter current password for root (enter for none):
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
Unable to connect to the server as root user, giving up.
Cleaning up...
root@wallabag:/usr/ports/lang/php56-extensions #
Version 11.2.0.4 - Omnius (revision 6400)
https://lucinfordi.fr

laster13
PowerUser
PowerUser
Posts: 995
Joined: 01 Jun 2013 19:15
Location: France-Marseille
Status: Offline

Re: [Topic unique] Installation Wallabag, une alternative à Pocket

Post by laster13 »

Si probleme au moment de la création du mot de passe de mysql, ne pas détruire la Jail et suivre la procédure suivante :

Lister les packages installés

Code: Select all

pkg info
Rpérer la version exacte de mysql
mysql56-server-5.6.25
On le désinstalle :

Code: Select all

pkg delete mysql56-server-5.6.25
Ensuite on reinstalle suivant le tuto et au moment de la creation du mot de passe, suivre la procédure suivante
root@wallabag:/ # mysql_secure_installation



NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!

In order to log into MySQL to secure it, we'll need the current
password for the root user. If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.

Enter current password for root (enter for none): A cet endroit on tape sur la touche entrée
OK, successfully used password, moving on...

Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.

Set root password? [Y/n] y

Taper le mot de passe 2 fois
New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables..
... Success!


By default, a MySQL installation has an anonymous user, allowing anyone
to log into MySQL without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.

Remove anonymous users? [Y/n] y
... Success!

Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.

Disallow root login remotely? [Y/n] y
... Success!

By default, MySQL comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.

Remove test database and access to it? [Y/n] y
- Dropping test database...
... Success!
- Removing privileges on test database...
... Success!

Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.

Reload privilege tables now? [Y/n] y
... Success!




All done! If you've completed all of the above steps, your MySQL
installation should now be secure.

Thanks for using MySQL!


Cleaning up...

User avatar
lulu80
PowerUser
PowerUser
Posts: 763
Joined: 15 Jun 2014 12:15
Location: France-(Picardie 80)
Contact:
Status: Offline

Re: [Topic unique] Installation Wallabag, une alternative à Pocket

Post by lulu80 »

bonjours,
un petit retour :)

Je teste depuis un petit moment Wallabag et cette application est vraiment pratique, ont et maintenant deux à la maison à l'utiliser .
un clic sur l'extension du navigateur et op ont la retrouve plus tard 8-)
Les tags sont très utiles et permette de classer les liens de façon à ne pas mélanger les différents sujets de lecture (enfin moi c'est la façon dont je m'en sers) sinon que dû plus pour l'instant

qui la essayer ? :)
Version 11.2.0.4 - Omnius (revision 6400)
https://lucinfordi.fr

Post Reply

Return to “Français”