-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Update Syncthing link to the latest version #2278
Conversation
@joaofl Perhaps we can replace the links by api.github.com ones to always grab the latest version automatically? Jep, possible for Syncthing: https://api.github.com/repos/syncthing/syncthing/releases/latest Scraping this is the better long term solution? |
Okay, this works well and prevents us from always update the version string. Of course this means we rely on new version not breaking other config steps. But we rely on this for so much other software titles as well, where we download github master archive or from another source that automatically points to newest release. Risk vs. benefit for me is going with this:
What should be fixed as well is the reinstall:
Btw. I really like the WebUI, that it allows to switch to HTTPS, while automatically creating a self-signed certificate, dark theme, internal updater and all of this. Quite great work 👍. @joaofl |
@joaofl I will open a new PR to implement as above, as well as the better reinstall handling. This should be into v6.18 still. Config adjustment should go into v6.19 instead to not further delay v6.18 release. €: Okay will mark this as closed, in favour of other PR. Credits for joaofl still valid for bringing this to our attention. I mentioned it in changelog 🙂. |
Great job @MichaIng! I was not aware of this "latest version" trick. |
Status: Ready
Commit list/description:
Tested and working.