Skip to content

Releases: koreader/koreader-sync-server

v2.1.1

16 May 19:38
424c500

Choose a tag to compare

Tagged for arm64 build. Otherwise identical.

What's Changed

  • Build and push both linux/amd64,linux/arm64 to Docker Hub on tag / release by @Frenzie in #45

v2.1

16 May 16:50
5fa1210

Choose a tag to compare

What's Changed

  • Add documentation on how to run the server behind a reverse proxy. by @font44 in #23
  • Add ENABLE_USER_REGISTRATION environment variable to enable/disable user creation by @Throwy in #30
  • feat: GitHub Actions test by @hrsather in #32
  • chore: clean repo by @hrsather in #33
  • [CI] Also run GHA on push by @Frenzie in #35
  • [CI] Improve Docker image caching by copying app code last by @Frenzie in #36
  • Fix Dockerfile for containerized Gin startup by @mashical in #41
  • Switch Phusion baseimage to Debian Trixie Slim container by @mashical in #42
  • Push image to GHCR by @Frenzie in #43
  • Push to Docker Hub by @Frenzie in #44

New Contributors

Full Changelog: v2.0...v2.1

v2.0

06 Dec 21:10
1570176

Choose a tag to compare

What's Changed

  • Fix docker build error on platforms other than x86_64-linux-gnu by @prawwtocol in #20
  • Switch to Ubuntu base image and construct our own minimal Phusion style image by @jaydeethree in #21

New Contributors