github arelate/vangogh v1.2.15

3 hours ago

Another set of breaking changes as I progress through preparations for Epic and Steam games addition.

BREAKING CHANGES

  • images and downloads top-level directories now have distribution-specific folders under (e.g. gog-images, gog-downloads)
  • Since this is a change external to vangogh on the host, it's not feasible to do as an automation migration. Here is what you need to do in summary: (1) stop vangogh instance; (2) move some folders around (details below); (3) update compose.yml; (4) pull the latest release or just start vangogh

Detailed update instructions:

  1. Stop vangogh instance with docker compose stop
  2. Navigate to top-level images directory (the one mapped to /var/lib/vangogh/images in compose.yml)
  3. Rename that directory to gog-images
  4. Create a new images directory as a top-level and move gog-images under it
  5. Rename description_images to gog-desciprition-images (note change from "_" to "-") and also move it under new images directory
  6. Navigate to top-level downloads directory (the one mapped to /var/lib/vangogh/downloads in compose.yml)
  7. Rename that directory to gog-downloads
  8. Create a new downloads directory as top-level and move gog-downloads under it
  9. Move checksums directory to downloads
  10. As a results you should have two top-level directories: images with gog-images and gog-description-images in it; downloads with gog-downloads and checksums in it
  11. Open compose.yml and remove volumes for checksums and description_images. See https://github.com/arelate/vangogh/wiki/1.-Installation-with-docker for the latest shape of compose.yml
  12. After this you can pull the latest vangogh and restart: docker compose pull && docker compose up -d

Other changes

  • Storing only authentication related cookie fields during import
  • Adding Chinese (Traditional) to the set of languages and handling missing language names in non-fatal way (thank you @gizmomelb for this and previous issue report!)

theo changes

Required version of theo for this release is v0.5.51

Don't miss a new vangogh release

NewReleases is sending notifications on new releases.