Kosync
koreader progress sync server, rewritten in rust.
Install / Use
/learn @lzyor/KosyncREADME
KOReader progress sync server
The API is compatible with koreader-sync-server, but instead of Redis, kosync uses sled.
- bin linux-musl-static 2.1MB
- docker image compressed 4.11MB
KOSYNC_ADDR=0.0.0.0:3000 ./kosync
docker
docker pull lzyorstudio/kosync
build
for linux
cargo build --release --target x86_64-unknown-linux-musl
for docker
./docker/make.sh
