Releases: koreader/koreader-sync-server
Releases · koreader/koreader-sync-server
v2.1.1
v2.1
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
- @font44 made their first contribution in #23
- @Throwy made their first contribution in #30
- @hrsather made their first contribution in #32
- @Frenzie made their first contribution in #35
- @mashical made their first contribution in #41
Full Changelog: v2.0...v2.1
v2.0
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
- @prawwtocol made their first contribution in #20
- @jaydeethree made their first contribution in #21