Initial implementation

This commit is contained in:
2025-12-10 11:10:52 +01:00
parent cff9defc4a
commit 4cb97a25ba
26 changed files with 2714 additions and 1 deletions

22
config.example.ini Normal file
View File

@@ -0,0 +1,22 @@
[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