-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathSettings.example.json
More file actions
68 lines (68 loc) · 1.63 KB
/
Settings.example.json
File metadata and controls
68 lines (68 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"General": {
"AuthenticationSecret": null,
"DownloadImages": false,
"RenewImagesDuration": 30,
"Webcalendars": [
"calendarurl"
],
"RefreshAlbumPeopleInterval": 12,
"PhotoDateFormat": "MM/dd/yyyy",
"ImageLocationFormat": "City,State,Country",
"WeatherApiKey": "",
"UnitSystem": "imperial",
"WeatherLatLong": "40.730610,-73.935242",
"Webhook": null,
"Language": "en",
"Interval": 45,
"TransitionDuration": 2,
"ShowClock": true,
"ClockFormat": "hh:mm",
"ClockDateFormat": "eee, MMM d",
"ShowProgressBar": true,
"ShowPhotoDate": true,
"ShowImageDesc": true,
"ShowPeopleDesc": true,
"ShowAlbumName": true,
"ShowImageLocation": true,
"PrimaryColor": "#f5deb3",
"SecondaryColor": "#000000",
"Style": "none",
"BaseFontSize": "17px",
"ShowWeatherDescription": true,
"WeatherIconUrl": "https://openweathermap.org/img/wn/{IconId}.png",
"ImageZoom": true,
"ImagePan": false,
"ImageFill": false,
"PlayAudio": false,
"Layout": "splitview"
},
"Accounts": [
{
"ImmichServerUrl": "REQUIRED",
"ApiKey": "super-secret-api-key",
"ApiKeyFile": "/path/to/api.key",
"ImagesFromDate": null,
"ShowMemories": false,
"ShowFavorites": false,
"ShowArchived": false,
"ShowVideos": false,
"ImagesFromDays": null,
"ImagesUntilDate": "2020-01-02",
"Rating": null,
"Albums": [
"UUID"
],
"ExcludedAlbums": [
"UUID"
],
"People": [
"UUID"
],
"Tags": [
"Vacation",
"Travel/Europe"
]
}
]
}