From 675a4650ef689a2c2a358a3842801662e7b3d424 Mon Sep 17 00:00:00 2001 From: RafayAhmad7548 Date: Thu, 10 Jul 2025 18:07:34 +0500 Subject: [PATCH] slight update to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 979f6b0..624cd8c 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ tar -xzvf flux-sftp.tar.gz -C / ## Database before you can run the server you need to setup a database, SQLite, PostgreSQL and MYSQL are supported. get a database server running or simply create a sqlite database file and configure the server as mentioned in the [configuration section](#configuration). the database table should have a username field, and optionally public key and password for authentication, you can use either one authentication type or both, up to you. the public key field should not store the comment of the public key in the database, and for the passoword it should be hashed using bcrypt with default cost of 12. + ***Note that registering users must be done manually by inserting records into the database as of now.*** ## Enable and Start