Grub
IImmich
•Created by Grub on 5/6/2025 in #help-desk-support
help lost
I am lost which files to you configure copy example.env to .env,
.env
ImmichServerUrl=192.168.1.154:2283
ApiKey=83V
AuthenticationSecret=
Interval=10
TransitionDuration=2
ImageZoom=true
Layout=splitview
DownloadImages=false
ShowMemories=false
ShowFavorites=false
ShowArchived=false
ImagesFromDays=
ImagesFromDate=
ImagesUntilDate=
RenewImagesDuration=30
Rating=5
Albums=ALBUM1,ALBUM2
ExcludedAlbums=ALBUM3,ALBUM4
People=PERSON1,PERSON2
Webcalendars=https://calendar.mycalendar.com/basic.ics,webcal://calendar.mycalendar.com/basic.ics
RefreshAlbumPeopleInterval=12
ShowClock=true
ClockFormat=hh:mm
ShowPhotoDate=true
PhotoDateFormat=yyyy-MM-dd
ShowImageDesc=true
ShowPeopleDesc=true
ShowImageLocation=true
ImageLocationFormat=City,State,Country
PrimaryColor=#F5DEB3
SecondaryColor=#000000
Style=none
BaseFontSize=17px
WeatherApiKey=
ShowWeatherDescription=true
UnitSystem=imperial
WeatherLatLong=
Language=en
Webhook=
docker-compose.yml
name: immichframe
services:
immichframe:
container_name: immichframe
image: ghcr.io/immichframe/immichframe:latest
restart: on-failure
# volumes:
# - PATH/TO/CONFIG:/app/Config
# - PATH/TO/CUSTOMCSS/custom.css:/app/wwwroot/static/custom.css
ports:
- "32700:32701"
env_file:
- .env
environment:
TZ: "Australia/Sydney"
13 replies