Eddified
Eddified
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
The above method uses Settings.json instead
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
so I personally did not use .env file.
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
@Grub did you get it working?
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
{
"ImmichServerUrl": "https://photos.yourdomain.com",
"ApiKey": "your-api-key-here",
"Interval": 10,
"TransitionDuration": 2,
"ImageZoom": true,
"Layout": "single",
"DownloadImages": false,
"ShowMemories": false,
"ShowFavorites": false,
"ShowArchived": false,
"ImagesFromDate": "2006-01-01",
"RenewImagesDuration": 30,
"RefreshAlbumPeopleInterval": 12,
"ShowClock": false,
"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",
"ShowWeatherDescription": true,
"UnitSystem": "imperial",
"Language": "en"
}
{
"ImmichServerUrl": "https://photos.yourdomain.com",
"ApiKey": "your-api-key-here",
"Interval": 10,
"TransitionDuration": 2,
"ImageZoom": true,
"Layout": "single",
"DownloadImages": false,
"ShowMemories": false,
"ShowFavorites": false,
"ShowArchived": false,
"ImagesFromDate": "2006-01-01",
"RenewImagesDuration": 30,
"RefreshAlbumPeopleInterval": 12,
"ShowClock": false,
"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",
"ShowWeatherDescription": true,
"UnitSystem": "imperial",
"Language": "en"
}
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
here is the contents of Settings.json:
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
Then, I created a file called frame/Settings.json relative to the local directory
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
i added this part to my immich docker-compose.yaml:
immichframe:
container_name: immichframe
image: ghcr.io/immichframe/immichframe:latest
restart: on-failure
volumes:
- ./frame:/app/Config
ports:
- "8080:8080"
environment:
TZ: "<YOUR_TZ_HERE>"
immichframe:
container_name: immichframe
image: ghcr.io/immichframe/immichframe:latest
restart: on-failure
volumes:
- ./frame:/app/Config
ports:
- "8080:8080"
environment:
TZ: "<YOUR_TZ_HERE>"
13 replies
IImmich
Created by Grub on 5/6/2025 in #help-desk-support
help lost
I have used the docker way to install it.
13 replies