From b70217755f179a7f52e3e29418928266dc0050cc Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Tue, 26 Sep 2023 22:24:00 +0200 Subject: [PATCH] Todo added --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8262bf..a1ad122 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,8 @@ This is a KOreader sync server, implemented in Rust. ## Installation -Just compile it with `cargo build --release`. You can then copy the executable for example to `/usr/local/bin/`. If you want to start the service automatically, you can adopt the example systemd file for your needs. You can also use nginx as a reverse proxy, so that the sync server listens on port 443. \ No newline at end of file +Just compile it with `cargo build --release`. You can then copy the executable for example to `/usr/local/bin/`. If you want to start the service automatically, you can adopt the example systemd file for your needs. You can also use nginx as a reverse proxy, so that the sync server listens on port 443. + +## Todo +- Test, if it really works, and if it works reliably. Feedback is very welcome! +- Make it more configurable \ No newline at end of file