Removed commit history

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2019-10-26 20:05:31 +03:00
commit b1335a3628
199 changed files with 36930 additions and 0 deletions

35
home/.vdirsyncer/config Normal file
View file

@ -0,0 +1,35 @@
[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"]