Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commitTag of $GIT_SHA in /api/v1/status for Docker image #707

Open
1 task done
TomatoCo opened this issue Apr 7, 2024 · 0 comments
Open
1 task done

commitTag of $GIT_SHA in /api/v1/status for Docker image #707

TomatoCo opened this issue Apr 7, 2024 · 0 comments

Comments

@TomatoCo
Copy link

TomatoCo commented Apr 7, 2024

Description

While I was messing around with the app I noticed that, for the docker image at least, the /api/v1/status endpoint returns this json: {"version":"1.7.0","commitTag":"$GIT_SHA","updateAvailable":false,"commitsBehind":0,"restartRequired":false}

That's probably not right. Is just my install being weird?

Version

1.7.0

Steps to Reproduce

Start a Jellyseerr service with a docker compose approximately like this:

services:
  jellyseer:
    image: fallenbagel/jellyseerr:1.7.0
    container_name: jellyseerr
    hostname: jellyseerr
    user: 1000:1000
    environment:
      - TZ=Etc/UTC
    ports:
      - 5055:5055
    volumes:
      - ./config:/app/config
    restart: unless-stopped

Screenshots

No response

Logs

No response

Platform

desktop

Device

Intel/nVidia Desktop

Operating System

W11

Browser

Firefox

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants