[GH-ISSUE #455] Please add Version Number to Window on Login page #280

Closed
opened 2026-02-25 23:33:51 +03:00 by kerem · 7 comments
Owner

Originally created by @rmayergfx on GitHub (Jul 29, 2022).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/455

Originally assigned to: @fmartingr on GitHub.

Installed Shiori on Synology Docker. I can´t see any information about the running version on Docker, i found no info on the login window or after login inside the settings. please apply an easy way to find the actual installed version so the update can be checked.

Originally created by @rmayergfx on GitHub (Jul 29, 2022). Original GitHub issue: https://github.com/go-shiori/shiori/issues/455 Originally assigned to: @fmartingr on GitHub. Installed Shiori on Synology Docker. I can´t see any information about the running version on Docker, i found no info on the login window or after login inside the settings. please apply an easy way to find the actual installed version so the update can be checked.
Author
Owner

@fmartingr commented on GitHub (Jul 20, 2023):

In the new API, a call to /system/liveness will show version information. This is currently on latest master, but won't be released until 1.6.0.

$ http http://shiori/system/liveness
{
    "message": {
        "commit": "454f21789d89eecc170256eb3c3d1a836a5624fd",
        "date": "2023-07-19T16:54:31Z",
        "version": "1.5.5-next"
    },
    "ok": true
}
<!-- gh-comment-id:1643337495 --> @fmartingr commented on GitHub (Jul 20, 2023): In the new API, a call to `/system/liveness` will show version information. This is currently on latest `master`, but won't be released until 1.6.0. ``` $ http http://shiori/system/liveness { "message": { "commit": "454f21789d89eecc170256eb3c3d1a836a5624fd", "date": "2023-07-19T16:54:31Z", "version": "1.5.5-next" }, "ok": true } ```
Author
Owner

@rmayergfx commented on GitHub (Jul 21, 2023):

Thx.
Is there any way to see on older Versions installed with Synology Docker what version is actually running?
Where to get the latest stable version for synology docker?

<!-- gh-comment-id:1645451905 --> @rmayergfx commented on GitHub (Jul 21, 2023): Thx. Is there any way to see on older Versions installed with Synology Docker what version is actually running? Where to get the latest stable version for synology docker?
Author
Owner

@fmartingr commented on GitHub (Jul 21, 2023):

I don't know how did you run the Shiori image on your docker host, the tag should contain a version.
The latest stable version right now is v1.5.4.

<!-- gh-comment-id:1645472119 --> @fmartingr commented on GitHub (Jul 21, 2023): I don't know how did you run the Shiori image on your docker host, the tag should contain a version. The latest stable version right now is v1.5.4.
Author
Owner

@rmayergfx commented on GitHub (Jul 21, 2023):

i am running inside dsm 7.x Docker from ghcr.io/go-shiori/shiori:latest.
i tried to find anything to see which version is running or to get a working command running in bash/ash to get the build number.

<!-- gh-comment-id:1646031678 --> @rmayergfx commented on GitHub (Jul 21, 2023): i am running inside dsm 7.x Docker from ghcr.io/go-shiori/shiori:latest. i tried to find anything to see which version is running or to get a working command running in bash/ash to get the build number.
Author
Owner

@fmartingr commented on GitHub (Jul 22, 2023):

Can you get the output of: docker images --digests ghcr.io/go-shiori/shiori

<!-- gh-comment-id:1646564494 --> @fmartingr commented on GitHub (Jul 22, 2023): Can you get the output of: `docker images --digests ghcr.io/go-shiori/shiori`
Author
Owner

@rmayergfx commented on GitHub (Jul 22, 2023):

How? Where to input this command on synology?
Tried to find any information with portainer, but no luck, no version information only sha256 and creation date with size.

<!-- gh-comment-id:1646589873 --> @rmayergfx commented on GitHub (Jul 22, 2023): How? Where to input this command on synology? Tried to find any information with portainer, but no luck, no version information only sha256 and creation date with size.
Author
Owner

@fmartingr commented on GitHub (Jul 22, 2023):

If you could share the digest (sha256) I can try to find out which image tag is associated with that digest.

<!-- gh-comment-id:1646591640 --> @fmartingr commented on GitHub (Jul 22, 2023): If you could share the digest (sha256) I can try to find out which image tag is associated with that digest.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#280
No description provided.