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