Skip to content

lzyor/kosync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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