1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00
eoli3n-dotfiles/roles/dav/templates/vdirsyncer.j2
2021-11-18 16:12:56 +01:00

36 lines
788 B
Django/Jinja

[general]
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 = "~/.vdirsyncer/khard"
fileext = ".vcf"
[storage my_contacts_remote]
type = "carddav"
url = "{{ caldav }}"
username = "{{ git_mail }}"
password.fetch = ["command", "gopass", "-o", "app/vdirsyncer"]
[pair my_calendars]
a = "my_calendars_local"
b = "my_calendars_remote"
collections = ["from a", "from b"]
metadata = ["color"]
[storage my_calendars_local]
type = "filesystem"
path = "~/.vdirsyncer/khal"
fileext = ".ics"
[storage my_calendars_remote]
type = "caldav"
url = "{{ caldav }}"
username = "{{ git_mail }}"
password.fetch = ["command", "gopass", "-o", "app/vdirsyncer"]