Bump version 0.24.3 → 0.24.4
New features
- Docker secrets support: sensitive settings can be set through secrets file instead of environment variables.
- By default, secrets will be searched in
/run/secrets
, but can be customized by setting theSECRETS_DIR
environment variable. - Thanks @oaltun for the idea and implementation
- By default, secrets will be searched in
Bug fixes
- Fix #193: Impossible to authenticate through OAuth Provider when
/login
without a login session - Fix
quickstart
CLI command