- Fix parsing of nextcloud url from
config.php
in some cases - Allow querying metrics using
occ notify_push:metrics
- Improve diagnostics for "trusted proxy" errors during setup
- Basic support for redis cluster setups
- Allow specifying the permissions for the socket (
--socket-permissions 0xxx
orSOCKET_PERMISSIONS=0xxx
) - Cleanup socket on exit
- Better error handling when socket can't be created
- Fix incorrect versions being shown in
--help
output - Allow building without
termion
dependency - Improved generated nginx configuration, by @jknockaert