File lychee-app-path.patch of Package lychee
Index: Lychee-5.5.1/bootstrap/app.php
===================================================================
--- Lychee-5.5.1.orig/bootstrap/app.php 2024-07-05 15:21:56.000000000 +0200
+++ Lychee-5.5.1/bootstrap/app.php 2024-07-08 08:57:24.113132048 +0200
@@ -70,4 +70,7 @@ $app->singleton(
|
*/
-return $app;
+$app->useEnvironmentPath('/etc/lychee');
+$app->loadEnvironmentFrom('lychee.conf');
+
+return $app;
\ No newline at end of file