Skip to content

v2.1.0 Static rising

Latest
Compare
Choose a tag to compare
@ValorNaram ValorNaram released this 05 Aug 14:31
· 1 commit to main since this release
4371311

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

  1. Execute ./server down
  2. Pull the new version
  3. 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 to city-services. Do this now as renaming it after the first execution of add_module will lead to errors and unwanted site effects.
  4. Execute ./modifyComposes.py
  5. Check all .yml files if the network --> default --> name is equal value
  6. Optionally: We recommended turning journald logging on (if not done already) with ./switchLogging on. This is optional.
  7. Use add_remove to add all modules previously removed with remove_module back. This will also start them.
  8. Read the documentation

Full Changelog: v2.0.0...v2.1.0