From 886b51fdcee2b3143346556dc89f10f9c4785e57 Mon Sep 17 00:00:00 2001 From: Holden Date: Sun, 14 Jun 2026 20:40:45 +0000 Subject: [PATCH] Revert "chore: update example URLs to local instance addresses" This reverts commit caa916a50885e45dc4e7c001fdc93bf1a93ef2f6. --- .env.example | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 8644004..9aa6d33 100644 --- a/.env.example +++ b/.env.example @@ -1,7 +1,7 @@ # ── Required ────────────────────────────────────────────────────────────────── -IMMICH_URL=http://192.168.50.1:30041 +IMMICH_URL=http://192.168.1.10:2283 API_KEY=your-immich-api-key -FRIGATE_URL=http://localhost:5001 +FRIGATE_URL=http://192.168.1.10:5000 # ── Mode & Strategy ─────────────────────────────────────────────────────────── # Auto mode is active by default when no TTY is present (Docker/cron). diff --git a/README.md b/README.md index 97e0686..2009d52 100644 --- a/README.md +++ b/README.md @@ -98,9 +98,9 @@ services: winnow: image: ghcr.io/sudolulo/winnow:latest environment: - - IMMICH_URL=http://192.168.50.1:30041 + - IMMICH_URL=http://192.168.1.10:2283 - API_KEY=your-immich-api-key - - FRIGATE_URL=http://localhost:5001 + - FRIGATE_URL=http://192.168.1.10:5000 - CRON_SCHEDULE=0 3 * * 0 volumes: - /path/to/models:/models # INSIGHTFACE_HOME — persists Buffalo_L model (~300 MB)