Releases: CUBETIQ/nextimg-server
Releases · CUBETIQ/nextimg-server
Release list
v0.0.9
What's changed
Changes since v0.0.8
Bug fixes
- fix: update download URL to use public URL instead of internal URL
Other
- chore: bump version to 0.0.9
Container images
| Tag | Description |
|---|---|
ghcr.io/cubetiq/nextimg-server:0.0.9 |
This exact release |
ghcr.io/cubetiq/nextimg-server:latest |
Latest stable |
Platforms: linux/amd64, linux/arm64/v8
Deploy with Docker Compose
services:
nextimg:
image: ghcr.io/cubetiq/nextimg-server:0.0.9
restart: unless-stopped
ports:
- "3000:3000"
environment:
IMGPROXY_URL: http://imgproxy:8080
INTERNAL_URL: http://nextimg:3000
DATA_STORE_PATH: /app/store
OUTPUT_TTL: "3600"
volumes:
- store-data:/app/store
depends_on:
- imgproxy
imgproxy:
image: ghcr.io/imgproxy/imgproxy:latest
restart: unless-stopped
environment:
IMGPROXY_ENABLE_WEBP_DETECTION: "true"
IMGPROXY_ENABLE_AVIF_DETECTION: "true"
volumes:
store-data:v0.0.8
What's changed
Changes since v0.0.7
Features
- feat: enhance release workflow with changelog generation and GitHub release creation
Other
- chore: bump version to 0.0.8
Container images
| Tag | Description |
|---|---|
ghcr.io/cubetiq/nextimg-server:0.0.8 |
This exact release |
ghcr.io/cubetiq/nextimg-server:latest |
Latest stable |
Platforms: linux/amd64, linux/arm64/v8
Deploy with Docker Compose
services:
nextimg:
image: ghcr.io/cubetiq/nextimg-server:0.0.8
restart: unless-stopped
ports:
- "3000:3000"
environment:
IMGPROXY_URL: http://imgproxy:8080
INTERNAL_URL: http://nextimg:3000
DATA_STORE_PATH: /app/store
OUTPUT_TTL: "3600"
volumes:
- store-data:/app/store
depends_on:
- imgproxy
imgproxy:
image: ghcr.io/imgproxy/imgproxy:latest
restart: unless-stopped
environment:
IMGPROXY_ENABLE_WEBP_DETECTION: "true"
IMGPROXY_ENABLE_AVIF_DETECTION: "true"
volumes:
store-data:Release 0.0.5
Release 0.0.4
Release 0.0.3
Release 0.0.2
Release 0.0.1
- Resize Image (
/image/...)
Full Changelog: https://github.com/CUBETIQ/nextimg-server/commits/0.0.1