Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Releases: vsellier/easy-cozy

1.5.8_1

24 Feb 11:32
1.5.8_1
48470ad
Compare
Choose a tag to compare

Fix a couple of issues with 15.8_0:

  • Use the registry dedicated for self hosted environment by default [1]
  • Update the default path to the konnector launcher script

Thanks to @sblaisot for his help[french] on this

[1] To change the registry used by application previouslt deployed, use these commands:

cozy apps uninstall <app> --domain ...
cozy apps install <app> registry://<app>/stable --domain ...

What's Changed

  • Add registry spaces in stack config, including selfhosted space by @sblaisot in #15

New Contributors

Full Changelog: 1.5.8_0...1.5.8_1

1.5.8_0

23 Feb 10:18
1.5.8_0
24582c4
Compare
Choose a tag to compare

⚠️ It seems drive and photos applications have issues after upgrading to this version

It seems that your Cozy is under water. Our team is working hard to put it back on its feet.

If you're facing such issue, the service can be restored by downgrading the version of the apps to 1.47.0 of each app.
To do so, connect inside the easy-cozy container and execute:

./cozy apps update drive registry://drive/1.47.0 --domain <your domain>
./cozy apps update photos registry://photos/1.47.0 --domain <your domain>