23 lines
497 B
INI
23 lines
497 B
INI
[server]
|
|
port = 8080
|
|
|
|
[calendar]
|
|
# Path to local .ics file for calendar events
|
|
local_ics = /path/to/calendar.ics
|
|
|
|
[diary]
|
|
# Path to .ics file for diary/journal entries
|
|
ics_file = /path/to/diary.ics
|
|
|
|
[caldav]
|
|
# Enable CalDAV sync for remote calendars
|
|
enabled = false
|
|
url = https://caldav.example.com/calendars/user/
|
|
username = user
|
|
password = password
|
|
|
|
[photos]
|
|
# Root folder containing year subfolders with photos
|
|
# Photos should be named: YYYY-MM-DD_description.ext
|
|
root_folder = /path/to/photos
|