Files
2026-05-02 20:38:51 +01:00

34 lines
810 B
Plaintext

# Photon Uploader Configuration
# Directories
DIR_TO_MONITOR="/Users/jordan.walster/Documents/Photon/tmp"
DIR_TO_MOVE="/Users/jordan.walster/Documents/Photon/upload"
DIR_ARCHIVE="/Users/jordan.walster/Documents/Photon/archive"
# Server settings
SERVER="10.1.1.3"
USER="photon"
PORT="2282"
REMOTE_DIR="/data/Mac Screenshots/"
PHOTON_DOMAIN="photon.jrdn.dev"
BASE_URL="https://m.jrdn.dev/Mac+Screenshots"
# SSH Key Authentication
# Path to your SSH private key for server authentication
SSH_KEY_PATH="$HOME/.ssh/id_rsa"
# File handling
SUPPORTED_EXTENSIONS="jpg,jpeg,png,gif,webp,bmp,tiff"
CLEANUP_AFTER_UPLOAD=true
ENABLE_NOTIFICATIONS=true
# Performance settings
MAX_CONCURRENT_UPLOADS=3
UPLOAD_TIMEOUT=30
# Advanced settings
# Retry failed uploads
RETRY_FAILED_UPLOADS=false
MAX_RETRIES=3
RETRY_DELAY=5