From 619bd7a5d28b3abdd7d52c253c49c62fcb675298 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Fri, 3 Mar 2023 21:03:53 -0500 Subject: [PATCH] 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 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09948ad..5f770a9 100644 --- a/README.md +++ b/README.md @@ -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: