Todo added
This commit is contained in:
parent
7b6a3e4a34
commit
b70217755f
1 changed files with 5 additions and 1 deletions
|
@ -3,3 +3,7 @@ This is a KOreader sync server, implemented in Rust.
|
||||||
|
|
||||||
## Installation
|
## 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.
|
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
|
Loading…
Reference in a new issue