feat: port 3030, add REFRESH_INTERVAL config
This commit is contained in:
+17
-17
@@ -6,26 +6,26 @@ services:
|
|||||||
container_name: frambe
|
container_name: frambe
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3030:3030"
|
||||||
environment:
|
environment:
|
||||||
# REQUIRED: Your Immich server URL (no trailing slash)
|
# REQUIRED
|
||||||
- IMMICH_URL=http://your-immich-server:2283
|
- IMMICH_URL=http://your-immich-server:2283
|
||||||
# REQUIRED: Your Immich API key
|
|
||||||
- IMMICH_API_KEY=your-api-key-here
|
- IMMICH_API_KEY=your-api-key-here
|
||||||
|
|
||||||
# OPTIONAL: Slideshow settings
|
# Slideshow
|
||||||
- SLIDESHOW_INTERVAL=30 # Seconds between photos
|
- SLIDESHOW_INTERVAL=30
|
||||||
- TRANSITION_DURATION=2 # Crossfade duration in seconds
|
- TRANSITION_DURATION=2
|
||||||
- IMAGE_FIT=contain # 'contain' or 'cover'
|
- IMAGE_FIT=contain
|
||||||
- SHUFFLE=true # Randomise photo order
|
- SHUFFLE=true
|
||||||
- BACKGROUND_BLUR=true # Blurred background behind photos
|
- BACKGROUND_BLUR=true
|
||||||
|
- REFRESH_INTERVAL=300 # Seconds between album/person refresh checks
|
||||||
|
|
||||||
# OPTIONAL: Overlay settings
|
# Overlays
|
||||||
- SHOW_CLOCK=true # Show time overlay
|
- SHOW_CLOCK=true
|
||||||
- SHOW_DATE=true # Show date overlay
|
- SHOW_DATE=true
|
||||||
- SHOW_EXIF=true # Show photo location/camera info
|
- SHOW_EXIF=true
|
||||||
- SHOW_PROGRESS=true # Show progress bar
|
- SHOW_PROGRESS=true
|
||||||
|
|
||||||
# OPTIONAL: Auto-start with specific album or favorites
|
# Auto-start (optional — or use URL params instead)
|
||||||
# - ALBUM_ID= # Auto-start with this album UUID
|
# - ALBUM_ID=
|
||||||
# - SHOW_FAVORITES_ONLY=false # Auto-start showing only favorites
|
# - SHOW_FAVORITES_ONLY=false
|
||||||
|
|||||||
Reference in New Issue
Block a user