- Add KOMODO_DISABLE_USER_REGISTRATION environment variable. Will disallow new users from registering and hide the "Sign Up" button. - @scorp200
- Environments support End of line comments beginning with
#
.- Example:
ENV_VAR_1 = env_value_1 # this is an end of line comment
.
- Example:
- Document support for Postgres / Sqlite storage backends by utilizing the FerretDB Mongo Adapter.
- Overall revamped the Komodo Setup docs, using direct file embeds: https://komo.do/docs/setup.
Upgrading
To update, just compose down-compose up Core, update periphery using the systemd installer (or use the latest Periphery container image). Api is backward compatible with 1.14.0+ (besides new features) so it doesn't matter the ordering you update.
When you upgrade Komodo, be sure to open your browser console/dev-tools, go to network tab, disable cache, and the reload page with dev-tools open. Otherwise, your browser may keep using a cached version of the old UI version.
Enjoy 🦎