Calibre Web in a Container, and Credentials
My Calibre Web installed via container in CasaOS decided to lose its admin account creds. To reset, access the container terminal from within CasaOS, navigate to:
1 |
/app/calibre-web |
and enter:
1 |
python3 cps.py -p /config/app.db -s admin:password |
Where password is your updated passy. If you try to use ‘password’ you’ll probably be kicked back for it not meeting complexity requirements.