Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 436 Bytes

File metadata and controls

33 lines (21 loc) · 436 Bytes

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

WIP