~amk/go-kosync

go implementation of the koreader sync server
Initial syncserver implementation

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~amk/go-kosync
read/write
git@git.sr.ht:~amk/go-kosync

You can also use your local clone with git send-email.

#gokosync

Go implementation of the koreader progress sync server.

#Build

go build -o gokosync server.go

#Config

Config file is a toml file with the following required options

username="<username>"
md5token="<md5 hash of the users password>"
db_path="<path to the sqlite database>"