The Rock edition
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
- resolve #187 docker container breaks with new env variables by @brunoamaral in #188
- improve the README file by @brunoamaral in #189
- use oficial node-red image by @brunoamaral in #194
- example configuration for nginx + instructions by @brunoamaral in #195
- 190 the email template contains hardcoded information by @brunoamaral in #196
Full Changelog: v10.6.11...v10.7