Skip to content

yeeac/kosyncsrv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kosyncsrv

a tiny koreader sync server rewritten by golang according to koreader-sync, it uses sqlite3 file as the database by default, tables will be auto created while the programm runs

build and run

if you are using the newer go version with modle

CGO_ENABLED=1   //sqlite3 needs it
go mod init kosyncsrv
go build

run:

kosyncsrv [-h] [-t 127.0.0.1] [-p 8080] [-ssl -c "./cert.pem" -k "./cert.key"]

About

a tiny koreader sync server written by golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages