Releases: guimard/llng-docker
Releases · guimard/llng-docker
ReCaptcha v3
Update to LLNG 2.20.0
Drop also "none" from OIDC metadata supported algorithms
Update to LLNG 2.19.2
No real change, security fix was applied in v2.19.1-5
Message broker
- add Message broker (from LLNG 2.20.0)
- add JSON view in
lmConfigEditor
- add
AUTHBASIC
to protect manager - add missing
libconvert-pem-perl
in portal dependencies (needed to renew OIDC keys) - add
FORWARDED_BY
to populate logs with good IP address
Add TLS environment variables
- Add
TLS_CERT_FILE
andTLS_KEY_FILE
environment variables which automatically fix
Add reCaptcha support
- Add reCaptcha support (from 2.20.0)
- Add RELAY feature to portal
Update to LLNG 2.19.1
Improve lemonldap-ng-session cli
New features:
- add sessions-backup task
- add
backup
/restore
commands intolemonldap-ng-session
cli - add
count
command into session cli 1 - ignore Crowdsec errors 1
Fixes:
- update default Redis indexes
- don't override other globalStorageOptions keys
Improvements:
- drop default Nginx website
-
will be include in Lemonldap::NG version 2.20.0 ↩ ↩2
Add yadd/lemonldap-ng-portal:hiperf
The *-hiperf
tags run the alternative uWSGI engine instead of default LLNG engine. This needs more memory but is really faster
pg able to initialize external DB
- 2024-05-09: Update lemonldap-ng-pg to support external DB init (ducnm0711) (v2.19.0-2)
- 2024-05-09: More logs