[vdirsync] Change password method

This commit is contained in:
Gregory Trolliet 2025-03-27 15:37:47 +01:00
parent 0f3616dd24
commit 7be76d4193

View file

@ -16,8 +16,8 @@ fileext = ".ics"
[storage my_calendars_remote] [storage my_calendars_remote]
type = "caldav" type = "caldav"
url = "https://cloud.vulgarisons.info/remote.php/dav/calendars/raghnarok/" url = "https://cloud.vulgarisons.info/remote.php/dav/calendars/raghnarok/"
username = "raghnarok" username = ""
password.fetch = ["command", "pass", "show", "vdirsyncer/vulgarisons"] password = ""
start_date = "datetime.now() - timedelta(days=365)" start_date = "datetime.now() - timedelta(days=365)"
end_date = "datetime.now() + timedelta(days=365)" end_date = "datetime.now() + timedelta(days=365)"
@ -36,8 +36,8 @@ fileext = ".ics"
[storage octopode_remote] [storage octopode_remote]
type = "caldav" type = "caldav"
url = "https://cloud.octopode.ch/remote.php/dav/calendars/raghnarok/" url = "https://cloud.octopode.ch/remote.php/dav/calendars/raghnarok/"
username = "raghnarok" username = ""
password.fetch = ["command", "pass", "show", "vdirsyncer/octopode"] password = ""
start_date = "datetime.now() - timedelta(days=365)" start_date = "datetime.now() - timedelta(days=365)"
end_date = "datetime.now() + timedelta(days=365)" end_date = "datetime.now() + timedelta(days=365)"