aboutsummaryrefslogtreecommitdiffstats
path: root/config/vdirsyncer/config
diff options
context:
space:
mode:
Diffstat (limited to 'config/vdirsyncer/config')
-rw-r--r--config/vdirsyncer/config21
1 files changed, 21 insertions, 0 deletions
diff --git a/config/vdirsyncer/config b/config/vdirsyncer/config
new file mode 100644
index 0000000..b721dd6
--- /dev/null
+++ b/config/vdirsyncer/config
@@ -0,0 +1,21 @@
+[general]
+# A folder where vdirsyncer can store some metadata about each pair.
+status_path = "~/.vdirsyncer/status/"
+
+[pair my_contacts]
+a = "my_contacts_local"
+b = "my_contacts_remote"
+collections = ["from a", "from b"]
+
+[storage my_contacts_local]
+type = "filesystem"
+path = "~/.contacts/"
+fileext = ".vcf"
+
+[storage my_contacts_remote]
+type = "carddav"
+
+# We can simplify this URL here as well. In theory it shouldn't matter.
+url = "https://cloud.oscarnajera.com/remote.php/dav/addressbooks/users/oscar/"
+username = "oscar"
+password.fetch = ["command", "pass", "CS_storage/cloud.oscarnajera.com"]