Skip to content

software/nextcloud: download apps in "slapos node software" step

Jérome Perrin requested to merge fix/nextcloud-install-apps-in-soft into master

Apps where downloaded during "slapos node instance" step, which has several problems:

  • first, instance step is not supposed to require network access
  • this was downloading "latest" version of the app, which made the software not reproductible
  • since a few weeks this was no longer working, as we could see in test results

Merge request reports