Releases: elabftw/elabimg
Releases · elabftw/elabimg
elabimg-4.1.0 with elabftw-4.6.0-alpha2
4.6.0-alpha2
elabimg-4.1.0 with elabftw-4.6.0-alpha
4.1.0
- Add /nginx-status for metrics about nginx process. This endpoint is password protected by
STATUS_PASSWORD
. If this variable is not set, a random password is generated, effectively disabling access to this endpoint. - Add /php-status to get metrics about php-fpm process. This endpoint is password protected by
STATUS_PASSWORD
. If this variable is not set, a random password is generated, effectively disabling access to this endpoint. - Add /php-ping to check if php is alive and well. Will reply with status code 200.
- Add
keepalive_timeout
as ENV so we can modify the nginx value in nginx.conf. Note that the default is changed from5
to100s
. Might help to prevent 499 errors. - Add keeex container example in yml file.
elabimg-4.0.5 with elabftw-4.5.14
elabimg-4.0.5 with elabftw-4.5.13
4.5.12 was incorrectly tagged, so release again but this time pointing to the correct branch.
elabimg-4.0.5 with elabftw-4.5.12
4.0.5
- nginx config: Allow underscores in headers. See elabftw/elabftw#4059.
- cache woff2 files
elabimg-4.0.4 with elabftw-4.5.11
elabimg-4.0.4 with elabftw-4.5.10
elabimg-4.0.4 with elabftw-4.5.9
elabimg-4.0.4 with elabftw-4.5.8
elabimg-4.0.4 with elabftw-4.5.7
4.0.4
- Use single quotes in /etc/elabftw_env to allow special characters such as ";" in values