No description
nginx | ||
src | ||
systemd | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
KOreader Sync Server
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.