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

feature: Add ability for the user to provide a download link #376

Open
sammcj opened this issue May 5, 2024 · 1 comment
Open

feature: Add ability for the user to provide a download link #376

sammcj opened this issue May 5, 2024 · 1 comment
Labels

Comments

@sammcj
Copy link

sammcj commented May 5, 2024

Problem: Too many apps that require "Update in "

Potential improvement: Provide a way for users to add a download URL / download page to applications.

Example:

  1. Latest can detect that AnythingLLM is out of date
  2. The user clicks update
  3. ...but can't update it so it offers to update in AnythingLLM by opening the app
  4. ...however - AnythingLLM doesn't actually have a self-update capability
  5. so the user has to browse to their website
  6. click on the download page
  7. click download
  8. install/replace the app
  9. re-launch it
  10. refresh latest

= too many steps for one application, and there's a number of apps like this.

How I'd suggest this could be improved with Latest:

Let's use AnythingLLM as an example.

  1. The user adds the download URL to latest (e.g. right click->add download link for application).
  2. Latest detects AnythingLLM needs an update (as it currently does).
  3. The user clicks update
  4. Latest uses the download URL to either:
    a. (If it's a link to a dmg/pkg):
    1. Download the installer (), runs it and refreshes when complete/ejected.
    b. (If it's just a link page):
    1. Open the users browser to the download page, and leaves a dialogue open in Latest to offer to check again once installed.
    2. The user downloads/updates the app.
    3. Clicks refresh/relaunches Latest.
SCR-20240506-hoil

Could become something like:

SCR-20240506-hoil

@mangerlahn
Copy link
Owner

Thanks for the report! The issue was basically described in #288. For most apps, there should be a download link available already. But thank you for providing this approach! Ideally, the download links would be collected somewhere, so that for every app that only needs to be done once and synced to all users. But I need to think more about this and see how much time I can allocate 😅

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

No branches or pull requests

2 participants