mirror of
https://github.com/go-shiori/shiori.git
synced 2026-04-25 06:25:54 +03:00
[GH-ISSUE #455] Please add Version Number to Window on Login page #280
Labels
No labels
component:backend
component:builds
component:builds
component:extension
component:frontend
component:readability
database
database:mysql
database:postgres
database:sqlite
feature:ebooks
github_actions
good first issue
hacktoberfest
note:duplicate?
note:fixed?
note:out-of-scope?
os:windows
priority:high
priority:low
pull-request
resolution:as-intended
resolution:cant-reproduce
resolution:duplicate
resolution:fixed
resolution:wontfix
tag:TBD
tag:big-task
tag:help-wanted
tag:huge-data
tag:meta
tag:more-info
tag:next
tag:no-stale
tag:requires-migrations
tag:research
tag:security 🛡️
tag:stale
tag:waiting-for-assignee
type:bug
type:documentation
type:enhancement
type:meta
type:ux
user:cli
user:web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shiori#280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@fmartingr commented on GitHub (Jul 20, 2023):
In the new API, a call to
/system/livenesswill show version information. This is currently on latestmaster, but won't be released until 1.6.0.@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?
@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.
@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.
@fmartingr commented on GitHub (Jul 22, 2023):
Can you get the output of:
docker images --digests ghcr.io/go-shiori/shiori@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.
@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.