SaveHere icon indicating copy to clipboard operation
SaveHere copied to clipboard

Add a button for updating the app to the latest version

Open gudarzi opened this issue 1 year ago • 0 comments

Add a button to the frontend that runs a script for updating the app to the latest version. it's probably something like this:

  • stop the app (docker compose down)
  • pull the latest version (git pull)
  • clear some junk and data (everything under db/ and downloads/)
  • run the app using docker

gudarzi avatar May 19 '24 15:05 gudarzi