Skip to content

Memories

Display memories.

Settings

Key Value
CONFIG memories
ENV KIOSK_MEMORIES
URL memories
VALUE bool
DEFAULT false
Using with config.yaml file
memories: false
Using with ENV in your docker-compose file
environment:
KIOSK_MEMORIES: false
Using with url queries
http://{URL}?memories=false

Only display memories when memories is set to true and no other sources (people, albums, tags etc) are set.

Settings

Key Value
CONFIG memories_only
ENV KIOSK_MEMORIES_ONLY
URL memories_only
VALUE bool
DEFAULT false
Using with config.yaml file
memories_only: false
Using with ENV in your docker-compose file
environment:
KIOSK_MEMORIES_ONLY: false
Using with url queries
http://{URL}?memories_only=false

Include memories from the last N days. 0 shows only today.

Settings

Key Value
CONFIG past_memory_days
ENV KIOSK_PAST_MEMORY_DAYS
URL past_memory_days
VALUE int
DEFAULT 0
Using with config.yaml file
past_memory_days: 0
Using with ENV in your docker-compose file
environment:
KIOSK_PAST_MEMORY_DAYS: 0
Using with url queries
http://{URL}?past_memory_days=0

Weight of memories. 1.0 is normal, 0.5 is half weight.

Settings

Key Value
CONFIG memory_weight
ENV KIOSK_MEMORY_WEIGHT
URL memory_weight
VALUE float
DEFAULT 1.0
Using with config.yaml file
memory_weight: 1.0
Using with ENV in your docker-compose file
environment:
KIOSK_MEMORY_WEIGHT: 1.0
Using with url queries
http://{URL}?memory_weight=1.0