mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-04 18:00:20 +00:00
b1335a3628
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
36 lines
783 B
Plaintext
36 lines
783 B
Plaintext
[general]
|
|
# A folder where vdirsyncer can store some metadata about each pair.
|
|
status_path = "~/.vdirsyncer/status/"
|
|
|
|
[storage cal_remote]
|
|
type = "caldav"
|
|
url = "https://cloud.disroot.org/remote.php/dav/"
|
|
username = "ReekyMarko"
|
|
password.fetch = ["command","pass","services/vdirsyncer"]
|
|
|
|
[storage card_remote]
|
|
type = "carddav"
|
|
url = "https://cloud.disroot.org/remote.php/dav/"
|
|
username = "ReekyMarko"
|
|
password.fetch = ["command","pass","services/vdirsyncer"]
|
|
|
|
[storage cal_local]
|
|
type = "filesystem"
|
|
path = "~/.calendars"
|
|
fileext = ".ics"
|
|
|
|
[storage card_local]
|
|
type = "filesystem"
|
|
path = "~/.contacts/"
|
|
fileext = ".ics"
|
|
|
|
[pair cal]
|
|
a = "cal_remote"
|
|
b = "cal_local"
|
|
collections = ["from a", "from b"]
|
|
|
|
[pair card]
|
|
a = "card_remote"
|
|
b = "card_local"
|
|
collections = ["from a", "from b"]
|