Go implementation of the koreader sync server
Go to file
Alex McGrath 10979048a6
Initial syncserver implementation
2022-01-15 11:31:00 +00:00
LICENCE Initial syncserver implementation 2022-01-15 11:31:00 +00:00
README.md Initial syncserver implementation 2022-01-15 11:31:00 +00:00
go.mod Initial syncserver implementation 2022-01-15 11:31:00 +00:00
go.sum Initial syncserver implementation 2022-01-15 11:31:00 +00:00
server.go Initial syncserver implementation 2022-01-15 11:31:00 +00:00

README.md

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>"