What's Changed
- add plugin 'www' allowing management of static/hybrid content
- improve (in-code) doc
- support of variable expansion in nginx configuration files in each module
- auto skip certain steps if specified conditions are not met
- If only one city configuration file exists then allow command execution without any mention of config name
- pluginify chiefs
New Contributors
- [No one]
Migration guide
- Execute
./server down
- Pull the new version
- Optionally: Rename the git folder from
trufi-server-multi
to something that is more understandable for you. This is optional. On our server we renamed it tocity-services
. Do this now as renaming it after the first execution ofadd_module
will lead to errors and unwanted site effects. - Execute
./modifyComposes.py
- Check all
.yml
files if thenetwork --> default --> name
is equal value - Optionally: We recommended turning journald logging on (if not done already) with
./switchLogging on
. This is optional. - Use
add_remove
to add all modules previously removed withremove_module
back. This will also start them. - Read the documentation
Full Changelog: v2.0.0...v2.1.0