diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-15 10:23:13 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-15 10:23:13 +0000 |
commit | 9e890aa11bda0d9610f54c69730bbb410e9f1dd5 (patch) | |
tree | 5e5b0cab1642a53f931c42642f03df675265a3ca /vdirsyncer/config | |
parent | 44a97738c845b725603f56085d0504509f101abf (diff) |
Updates various tools config to match Arch config
Diffstat (limited to 'vdirsyncer/config')
-rw-r--r-- | vdirsyncer/config | 39 |
1 files changed, 31 insertions, 8 deletions
diff --git a/vdirsyncer/config b/vdirsyncer/config index 33c7d1f..5d981f8 100644 --- a/vdirsyncer/config +++ b/vdirsyncer/config @@ -16,30 +16,53 @@ fileext = ".vcf" [storage radicale_contacts_remote] type = "carddav" -url = "https://cal.16693433.xyz/radicale/lemon/55caade5-39ac-f0d0-5a0f-373793eb6926/" +url = "http://radicale.banded-neon.ts.net/radicale/lemon/9478cfeb-26b3-21aa-716c-97ab18806d1f/" username = "lemon" password.fetch = ["command", "pass", "show", "radicale_lemon_user"] # CALDAV -[pair radicale] -a = "radicale_local" -b = "radicale_remote" +# +# rimsky primary +[pair radicale_rimsky] +a = "radicale_local_rimsky" +b = "radicale_remote_rimsky" collections = ["from a", "from b"] metadata = ["color", "displayname"] conflict_resolution = "b wins" -[storage radicale_local] +[storage radicale_local_rimsky] type = "filesystem" -path = "~/.calendars/radicale/" +path = "~/.calendars/radicale-rimsky/" fileext = ".ics" -[storage radicale_remote] +[storage radicale_remote_rimsky] type = "caldav" -url = "https://cal.16693433.xyz/radicale/lemon/3c6cbab1-0568-1872-a1e8-bc71501565a9/" +url = "http://radicale.banded-neon.ts.net/radicale/lemon/7c38e0c7-4a42-9863-c9e0-6025a32c4a65/" username = "lemon" password.fetch = ["command", "pass", "show", "radicale_lemon_user"] +# rimsky alternative +[pair radicale_rimsky_alternative] +a = "radicale_local_rimsky_alternative" +b = "radicale_remote_rimsky_alternative" +collections = ["from a", "from b"] +metadata = ["color", "displayname"] +conflict_resolution = "b wins" + +[storage radicale_local_rimsky_alternative] +type = "filesystem" +path = "~/.calendars/radicale-rimsky-alternative/" +fileext = ".ics" + +[storage radicale_remote_rimsky_alternative] +type = "caldav" +url = "http://radicale.banded-neon.ts.net/radicale/lemon/bb48f855-f7bc-183f-f79d-275327d426d5/" +username = "lemon" +password.fetch = ["command", "pass", "show", "radicale_lemon_user"] + +# Google + [pair google] a = "google_local" b = "google_remote" |