You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/getting-started/configuration.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ General:
38
38
DownloadImages: false # boolean
39
39
# if images are downloaded, re-download if age (in days) is more than this
40
40
RenewImagesDuration: 30# int
41
-
# A list of webcalendar URIs in the .ics format. e.g. https://calendar.google.com/calendar/ical/XXXXXX/public/basic.ics
41
+
# A list of webcalendar URIs in the .ics format. Supports basic auth via standard URL format.
42
+
# e.g. https://calendar.google.com/calendar/ical/XXXXXX/public/basic.ics
43
+
# e.g. https://user:pass@calendar.immichframe.dev/dav/calendars/basic.ics
42
44
Webcalendars: # string[]
43
45
- UUID
44
46
# Interval in hours. Determines how often images are pulled from a person in immich.
@@ -159,6 +161,11 @@ Weather is enabled by entering an API key. Get yours free from [OpenWeatherMap][
159
161
### Calendar
160
162
If you are using Google Calendar, more information can be found [here](https://support.google.com/calendar/answer/37648?hl=en#zippy=%2Cget-your-calendar-view-only).
161
163
164
+
Calendar supports basic authentication using the standard URL userinfo format:
165
+
Example:
166
+
No Auth: `https://calendar.google.com/calendar/ical/XXXXXX/public/basic.ics`
167
+
With Auth: `https://username:password@calendar.immichframe.dev/dav/calendars/basic.ics`
168
+
162
169
### Misc
163
170
#### Webhook
164
171
A webhook to notify an external service is available. This is only enabled when the `Webhook`-Setting is set in your configuration. Your configured Webhook will be notified via `HTTP POST`-request.
0 commit comments