Skip to content

The Rock edition

Compare
Choose a tag to compare
@brunoamaral brunoamaral released this 24 Jul 12:23
· 898 commits to main since this release
3c18610

Content is alive and should evolve, live, and thrive.

Because I don't want anything too set in stone, you can edit the email title and footer in the new custom settings.

Careful on the upgrade ! Pull your changes and run to migrate:

sudo docker exec -it admin /bin/sh
./manage.py makemigrations && ./manage.py migrate

Visit the backoffice and edit the new settings.

This release also includes an example configuration for nginx.

Careful with your flows ! We are also moving away from running a custom version of the @node-red container.

Run sudo docker-compose pull && sudo docker-compose up -d to make the change. You may need to install node-red packages you had installed previously.

What's Changed

Full Changelog: v10.6.11...v10.7