Skip to content

elabimg-4.1.0 with elabftw-4.6.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@NicolasCARPi NicolasCARPi released this 23 Apr 16:18
· 133 commits to master since this release
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 from 5 to 100s. Might help to prevent 499 errors.
  • Add keeex container example in yml file.