# Yet Another WhosAtMyFeeder - Raspberry Pi ARM64 Environment Example # Copy this file to .env when deploying the Raspberry Pi monolith image. # # Support status: # - Best-effort only # - Not hardware-validated by the maintainer yet # - CPU-only today # Use the dedicated Raspberry Pi ARM64 monolith image YAWAMF_MONALITHIC_IMAGE=ghcr.io/jellman86/yawamf-monalithic-rpi YAWAMF_MONALITHIC_TAG=latest # Timezone TZ=UTC # Permissions # Set these to your host user's UID and GID to avoid permission issues. PUID=1000 PGID=1000 # Docker Network - REQUIRED for MQTT/Frigate connectivity DOCKER_NETWORK=your_network_name # Frigate Configuration FRIGATE_URL=http://frigate:5000 # FRIGATE_AUTH_TOKEN=your-bearer-token-here # MQTT Configuration MQTT_SERVER=mqtt MQTT_PORT=1883 MQTT_AUTH=false # MQTT_USERNAME=your-username # MQTT_PASSWORD=your-password # Conservative Raspberry Pi tuning CLASSIFICATION_IMAGE_MAX_CONCURRENT=1 CLASSIFIER_IMAGE_ADMISSION_TIMEOUT_SECONDS=1.0 # Optional: reduce disk and CPU pressure by disabling clip-heavy workflows # FRIGATE__CLIPS_ENABLED=false