README.md: you have to install passlib for Syncthing webgui

this is what Ansible tells you to do, because the normal 'crypt' library
is deprecated
This commit is contained in:
dogeystamp 2023-03-03 21:03:53 -05:00
parent 9649bcc15d
commit 619bd7a5d2
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -32,8 +32,9 @@ This project was largely inspired by his own [infra](https://github.com/notthebe
Install ansible. [Install guide](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html)
Install python-hashlib. This is necessary for syncthing because for some reason
it can't compute hashes for bcrypt.
Install python-passlib. This is necessary for syncthing because for some reason
Ansible can't compute hashes for bcrypt with the usual library.
If you don't do this, you will not be able to log into Syncthing via web GUI.
Clone the repo: