Changing the default sqlite username and password
This is probably a really dumb question - when using sqlite as the database with this suggested command from the readme:
docker run -v /opt/wallabag/data:/var/www/wallabag/data -v /opt/wallabag/images:/var/www/wallabag/web/assets/images -p 80:80 wallabag/wallabag
how do I change the default username and password? (sorry for asking a newbie question)
I think you can't because it doesn't use one (I'm also very new to this stuff, however.)
The default username and pass is 'wallabag'... You can change the password after you log in, but not the username.
Would be nice to have an easy way to change this in docker compose.
Don't bump, provide PR.