Fix sync
This commit is contained in:
parent
c3dd5c28c7
commit
a7cd888778
2 changed files with 2 additions and 2 deletions
15
src/.env.example
Normal file
15
src/.env.example
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
IMMICH_URL=https://immich.example.com
|
||||
IMMICH_API_KEY=your-immich-api-key
|
||||
HA_URL=https://homeassistant.example.com
|
||||
HA_TOKEN=your-home-assistant-long-lived-token
|
||||
|
||||
# Comma-separated Home Assistant entity IDs. The frame only displays when at
|
||||
# least one of these entities is "home".
|
||||
HA_PRESENCE=person.alice,person.bob
|
||||
|
||||
# Default people for Immich search when --people / --album are not passed.
|
||||
# Names must match person names in your Immich library.
|
||||
IMMICH_PEOPLE=Alice,Bob
|
||||
|
||||
# rsync target for sync.sh (user@host:path)
|
||||
SYNC_TARGET=pi@192.168.0.81:/home/pi/frame/
|
||||
Loading…
Add table
Add a link
Reference in a new issue