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

Can't determine version being used from the UI #405

Open
notoriousjere opened this issue Apr 19, 2022 · 2 comments
Open

Can't determine version being used from the UI #405

notoriousjere opened this issue Apr 19, 2022 · 2 comments

Comments

@notoriousjere
Copy link

notoriousjere commented Apr 19, 2022

Would you be able to put a version number on the About section of the settings page?
image


This issue came to my attention because I am currently using "haugene/docker-transmission-openvpn", which should be pulling the latest version of your alternate UI, per the Dockerfile:
https://github.com/haugene/docker-transmission-openvpn/blob/master/Dockerfile#L9

I've recreated my container and do not see the recent "percent column" update. I am having some trouble debugging this because I cannot see a version in the deployed container.

@johman10
Copy link
Owner

johman10 commented Apr 19, 2022

You're correct, as of right now there is no way of knowing, also because my versioning setup isn't great. If I would want to show it it would require a more solid setup, perhaps something like semantic versioning with proper git commit messages etc. I was already planning on looking into that at some point, but you might have just given me the push to do it rather sooner than later. ;)

Regarding your issue:

I've recreated my container

Does this mean that you ran a build of the image again? If you just install from DockerHub I think you will have to wait for an update from haugene/docker-transmission-openvpn for the new Flood for Transmission to be included in the docker image. On that same topic there is this discussion ongoing: haugene/docker-transmission-openvpn#1921

The other way is to go into the running docker container and download and unpack the .zip file manually. (Not sure how restarts of the container will affect this change though).

@notoriousjere
Copy link
Author

notoriousjere commented Apr 19, 2022

@johman10

I was already planning on looking into that at some point, but you might have just given me the push to do it rather sooner than later. ;)

Amazing!

Does this mean that you ran a build of the image again? If you just install from DockerHub I think you will have to wait for an update from haugene/docker-transmission-openvpn for the new Flood for Transmission to be included in the docker image. On that same topic there is this discussion ongoing: haugene/docker-transmission-openvpn#1921

Ah crap, yeah I did not run a rebuild -- I am using Portainer and ran a recreate and checked the "pull latest image" toggle. I think I am now realizing after you spelled it out here that the image is 2 months old, but your latest version is 4 days old and that the contents of the Dockerfile doesn't run on a container start -- just once to make the actual image. Kind of a brainfart on my part.

I thought about unpacking the zip manually but i really didn't care enough to do that and surely a container restart would nuke it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants