add Immich send

This commit is contained in:
Romain
2026-04-17 15:44:42 +02:00
parent 640442b399
commit 49828c9323
61 changed files with 10506 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
return [
"url" => env("IMMICH_URL", "https://api.immich.com/"),
"key" => env("IMMICH_KEY", ""),
"folder_path" => env("FOLDER_PATH", ""),
];