This version instroduces a new setting, --use-x-real-ip
/USE_X_REAL_IP
, that defaults to false
. If set, vssv
will read the x-real-ip
header to determine the client IP address, which gets stored in the audit log. This is useful, for example, if you run vssv
behind a reverse proxy like nginx
.
This version introduces a new setting, --threads
/THREADS
that allows limiting the number of worker threads and the size of the database connection pool. If this flag is not set, the number of available CPU cores will be used, which matches the current behavior.
This version does not contain any functional changes. It only updates third-party dependencies.
This version does not contain any functional changes. It only updates third-party dependencies.
This version does not contain any functional changes. It only updates third-party dependencies.
This release allows using CLI flags in addition to environment variables to configure vssv
.
The first public release. Changes are: everything and nothing.