kosyncrs/README.md

9 lines
513 B
Markdown
Raw Normal View History

2023-09-26 21:27:35 +02:00
# KOreader Sync Server
2023-09-26 22:03:52 +02:00
This is a KOreader sync server, implemented in Rust.
## Installation
2023-09-26 22:24:00 +02:00
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