Kdecherf on mass-action-tag
Add support of mass action to t… (compare)
j0k3r on 2.6.0
Bump eslint from 8.17.0 to 8.18… Bump stylelint-config-standard … Bump @babel/core from 7.18.2 to… and 12 more (compare)
j0k3r on 2.6.0
Added tag deletion from tags li… Fixed cs Tag delete style action updated and 2 more (compare)
I've just finished to develop an ansible role and playbook that offer to install Wallabag. I'm trying to follow the best practices of ansible playbooks and to make each task idempotent. I have a problem with a task that is changing the default password of the default user already created (user: wallabag
, password: wallabag
). This task is indeed idempotent, but is always reported as changed.
I'm trying to find a solution to avoid this task to be reported as changed each time. The only way I can imagine is to delete this default user. Is it possible to delete this default wallabag
user, as it is an admin user? And by the way, I can't find any way to delete a user using the default console commands.
ps aux | grep [h]ttpd
or ps aux | grep [a]pache
will tell you which it needs to be.
ps aux | grep [p]hp
will tell you what user that has to be.
sudo chown -R <whoever it has to be> /usr/share/webapps/wallabag/web/uploads/import
and try importing again.
TASK [postgresql db] bin dev entrypoint.sh etc home lib media mnt opt proc root run sbin srv sys tmp usr var An exception occurred during task execution. To see the full traceback, use -vvv. The error was: psycopg2.OperationalError: fe_sendauth: no password supplied fatal: [localhost]: FAILED! => {"changed": false, "msg": "unable to connect to database: fe_sendauth: no password
/var/www/wallabag/bin/console wallabag:install --env=prod --no-interaction
? The database does not get created automatically at first run. You have to run a command for it
chown -R nobody:nobody bin app/config vendor data web var
to fix this from this issue link: wallabag/docker#145
I am going to tell the truth. My wallabag installation is not even working properly yet. I am getting a 500 error SQLSTATE[HY000]: General error: 1366 Incorrect string value: '\xFCrnber...' for column 'headers' at row 1
on certain websites, but I am using the last version and my DB (mysql) is using utf8mb4.
So I didn't tried anything else yet, as Redis.
I found one already open and just included a comment for that. Most of the issues I saw people were complaining about the "content" column, not the "headers" one.