Use pass command for calendar passwords
This commit is contained in:
parent
09976d2967
commit
29b44b8bbe
@ -21,7 +21,7 @@ conflict_resolution = "a wins"
|
|||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://radicale.tdehaeze.xyz/tdehaeze/"
|
url = "https://radicale.tdehaeze.xyz/tdehaeze/"
|
||||||
username = "tdehaeze"
|
username = "tdehaeze"
|
||||||
password = "<<get-password(passname='radicale.tdehaeze.xyz/tdehaeze')>>"
|
password.fetch = ["command", "get-pass", "radicale.tdehaeze.xyz/tdehaeze"]
|
||||||
|
|
||||||
[storage radicale_calendar_local]
|
[storage radicale_calendar_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
@ -38,7 +38,7 @@ conflict_resolution = "a wins"
|
|||||||
type = "caldav"
|
type = "caldav"
|
||||||
url = "https://calendar.esrf.fr/egroupware/groupdav.php/calendar"
|
url = "https://calendar.esrf.fr/egroupware/groupdav.php/calendar"
|
||||||
username = "dehaeze"
|
username = "dehaeze"
|
||||||
password = "<<get-password(passname='esrf.fr/dehaeze')>>"
|
password.fetch = ["command", "get-pass", "esrf.fr/dehaeze"]
|
||||||
|
|
||||||
[storage esrf_calendar_local]
|
[storage esrf_calendar_local]
|
||||||
type = "filesystem"
|
type = "filesystem"
|
||||||
@ -60,7 +60,7 @@ fileext = ".vcf"
|
|||||||
type = "carddav"
|
type = "carddav"
|
||||||
url = "https://radicale.tdehaeze.xyz/tdehaeze/"
|
url = "https://radicale.tdehaeze.xyz/tdehaeze/"
|
||||||
username = "tdehaeze"
|
username = "tdehaeze"
|
||||||
password = "<<get-password(passname='radicale.tdehaeze.xyz/tdehaeze')>>"
|
password.fetch = ["command", "get-pass", "radicale.tdehaeze.xyz/tdehaeze"]
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* =khal= - CLI calendar application
|
* =khal= - CLI calendar application
|
||||||
|
Loading…
Reference in New Issue
Block a user