aboutsummaryrefslogtreecommitdiff
path: root/cli/health.php
AgeCommit message (Collapse)Author
2025-10-25fix: repair cli/health.php for OIDC installations (#8040)Gravatar GreyChame1eon
* fix: repair cli/health.php for OIDC installations Connected with #8039 This changes will restore healthcheck process both for classic and OIDC logins * Finalise fixes --------- Co-authored-by: alexx_b <alexx_b@mir-lin1.mir.int> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-09-11Docker healthcheck (#7945)Gravatar Alexandre Alapetite
* Docker healthcheck fix https://github.com/FreshRSS/FreshRSS/issues/7377 * Use echo for non-CLI error * curl_close is deprecated * Connection: close * Update cli/health.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> --------- Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>