Render notebooks
This commit is contained in:
parent
89129177a3
commit
c3dd5c28c7
14 changed files with 439 additions and 524 deletions
11
.env.example
11
.env.example
|
|
@ -2,3 +2,14 @@ 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