pushing files

This commit is contained in:
RandyJC
2025-12-01 09:24:53 +01:00
commit 6ab601771c
5 changed files with 271 additions and 0 deletions

23
.env Normal file
View File

@@ -0,0 +1,23 @@
# User/permissions
PUID=99
PGID=100
TZ=UTC
# Paths on the host (Unraid shares)
INBOX=/mnt/user/photosync/inbox
DROP=/mnt/user/photosync/drop
# Immich connection
IMMICH_URL=http://immich:8080
IMMICH_API_KEY=REPLACE_ME
ALLOW_INSECURE_SSL=false
# Mover tuning
STABLE_FOR=5
SCAN_FALLBACK=60
# Uploader tuning
UPLOAD_CONCURRENCY=4
UPLOAD_SCAN_INTERVAL=5
UPLOAD_IDLE_SLEEP=3
DELETE_ON_SUCCESS=true