Skip to content

Releases: CUBETIQ/nextimg-server

v0.0.9

Choose a tag to compare

@github-actions github-actions released this 28 Feb 11:58
b885934

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

Choose a tag to compare

@github-actions github-actions released this 28 Feb 11:36
a2c800a

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

Choose a tag to compare

@sombochea sombochea released this 20 Jul 05:48
bdd7652

Full Changelog: 0.0.4...0.0.5

Release 0.0.4

Choose a tag to compare

@sombochea sombochea released this 20 Jul 05:44
9defc3c

Full Changelog: 0.0.3...0.0.4

Release 0.0.3

Choose a tag to compare

@sombochea sombochea released this 20 Jul 05:29
153ae82
  • Updated the base image.

Release 0.0.2

Choose a tag to compare

@sombochea sombochea released this 10 Apr 09:51
dc9506f

What's Changed

  • Configure Renovate by @renovate in #1
  • Add cors to response headers.

New Contributors

Full Changelog: 0.0.1...0.0.2

Release 0.0.1

Choose a tag to compare

@sombochea sombochea released this 10 Apr 09:26
763ffff
  • Resize Image (/image/...)

Full Changelog: https://github.com/CUBETIQ/nextimg-server/commits/0.0.1