3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go13,906 stars (13,906 stars)2,725 forks (2,725 forks)batch import
help wantedkind/enhancementtopic/webui
Description
- Add a command to
- fetch the latest version of the webui from the webui url,
- pin it
- Add a command to replace the current version with the new one available (this will be triggered by the user via an update button from the webui)
- Issue type
- feature
- Research direction
- Investigate the existing webui directory in the kubo repository. Check if there is any prior implementation of version checking or updates. Look at the command structure in the Go codebase to understand how to add new commands. Review the webui's frontend code for potential integration points for an update button. Consider any existing discussion in the comments about preferred approaches.