Skip to content

Releases: b1n4ryj4n/koreader-sync

v0.0.5

24 May 15:05
19fb07e
Compare
Choose a tag to compare

Thanks to a user, we now have support for an option to disable the registration of new user accounts via an environment variable. The dependencies have also been updated in the 'requirements.txt' file.

linux/amd64
docker pull b1n4ryj4n/koreader-sync:latest
docker pull b1n4ryj4n/koreader-sync:0.0.5

linux/arm
docker pull b1n4ryj4n/koreader-sync:arm
docker pull b1n4ryj4n/koreader-sync:0.0.5-arm

v0.0.4

29 Oct 18:34
015d48c
Compare
Choose a tag to compare

Added the HEALTHCHECK command (also accessible via http://ip:8081/healthstatus)

linux/amd64

docker pull b1n4ryj4n/koreader-sync:latest
docker pull b1n4ryj4n/koreader-sync:0.0.4

linux/arm

docker pull b1n4ryj4n/koreader-sync:arm
docker pull b1n4ryj4n/koreader-sync:0.0.4-arm

v0.0.3

20 Mar 22:02
8822e5e
Compare
Choose a tag to compare

Added an environment variable option to receive always a random device id.

RECEIVE_RANDOM_DEVICE_ID ("True"|"False")

Set it true to retrieve always a random device id to force a progress sync. This is usefull if you only sync your progress from only one device and usually delete the *.sdr files with some cleaning tools.

linux/amd64

  • docker pull b1n4ryj4n/koreader-sync:latest
  • docker pull b1n4ryj4n/koreader-sync:0.0.3

linux/arm

  • docker pull b1n4ryj4n/koreader-sync:arm
  • docker pull b1n4ryj4n/koreader-sync:0.0.3-arm