feat: update iPhone photo inbox scripts with environment file support and refactor batch handling
This commit is contained in:
13
scripts/iphone-photo-inbox/.env.example
Normal file
13
scripts/iphone-photo-inbox/.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# Copy this file to scripts/iphone-photo-inbox/.env and adjust local values.
|
||||
|
||||
PHOTO_INBOX_TOKEN=choose-a-token
|
||||
PHOTO_INBOX_HOST=0.0.0.0
|
||||
PHOTO_INBOX_PORT=8787
|
||||
PHOTO_INBOX_DIR=/Users/david/Pictures/Photo Inbox
|
||||
PHOTO_INBOX_DEBOUNCE_SECONDS=5
|
||||
PHOTO_INBOX_CLIPBOARD=1
|
||||
PHOTO_INBOX_NOTIFY=1
|
||||
|
||||
# Optional behavior
|
||||
# PHOTO_INBOX_REVEAL=1
|
||||
# PHOTO_INBOX_DEBUG=1
|
||||
Reference in New Issue
Block a user