Use pass command for calendar passwords

This commit is contained in:
Thomas Dehaeze 2022-02-06 21:41:58 +01:00
parent 09976d2967
commit 29b44b8bbe

View File

@ -21,7 +21,7 @@ conflict_resolution = "a wins"
type = "caldav"
url = "https://radicale.tdehaeze.xyz/tdehaeze/"
username = "tdehaeze"
password = "<<get-password(passname='radicale.tdehaeze.xyz/tdehaeze')>>"
password.fetch = ["command", "get-pass", "radicale.tdehaeze.xyz/tdehaeze"]
[storage radicale_calendar_local]
type = "filesystem"
@ -38,7 +38,7 @@ conflict_resolution = "a wins"
type = "caldav"
url = "https://calendar.esrf.fr/egroupware/groupdav.php/calendar"
username = "dehaeze"
password = "<<get-password(passname='esrf.fr/dehaeze')>>"
password.fetch = ["command", "get-pass", "esrf.fr/dehaeze"]
[storage esrf_calendar_local]
type = "filesystem"
@ -60,7 +60,7 @@ fileext = ".vcf"
type = "carddav"
url = "https://radicale.tdehaeze.xyz/tdehaeze/"
username = "tdehaeze"
password = "<<get-password(passname='radicale.tdehaeze.xyz/tdehaeze')>>"
password.fetch = ["command", "get-pass", "radicale.tdehaeze.xyz/tdehaeze"]
#+END_SRC
* =khal= - CLI calendar application