[vdirsync] Change password method
This commit is contained in:
parent
0f3616dd24
commit
7be76d4193
1 changed files with 4 additions and 4 deletions
|
@ -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)"
|
||||
|
Loading…
Add table
Reference in a new issue