You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.8 KiB
57 lines
1.8 KiB
3 years ago
|
[general]
|
||
|
status_path = "~/.local/share/vdirsyncer/status/"
|
||
|
|
||
|
[pair gubal_contacts_local_to_radicale]
|
||
|
a = "gubal_contacts_local"
|
||
|
b = "gubal_contacts_radicale"
|
||
|
collections = ["from a", "from b"]
|
||
|
|
||
|
[pair gubal_contacts_local_to_xandikos]
|
||
|
a = "gubal_contacts_local"
|
||
|
b = "gubal_contacts_xandikos"
|
||
|
collections = ["from a", "from b"]
|
||
|
|
||
|
[storage gubal_contacts_local]
|
||
|
type = "filesystem"
|
||
|
path = "~/.local/share/vdirsyncer/gubal_contacts/"
|
||
|
fileext = ".vcf"
|
||
|
|
||
|
[storage gubal_contacts_radicale]
|
||
|
type = "carddav"
|
||
|
url = "https://calendar.reya.zone/radicale/reya/"
|
||
|
username = "reya"
|
||
|
password.fetch = ["command", "secret-tool", "lookup", "url", "https://calendar.reya.zone/radicale/reya", "protocol", "WebDAV"]
|
||
|
|
||
|
[storage gubal_contacts_xandikos]
|
||
|
type = "carddav"
|
||
|
url = "https://calendar.reya.zone/xandikos/reya/"
|
||
|
username = "reya"
|
||
|
password.fetch = ["command", "secret-tool", "lookup", "url", "https://calendar.reya.zone/xandikos/reya", "protocol", "WebDAV"]
|
||
|
|
||
|
[pair gubal_calendars_local_to_radicale]
|
||
|
a = "gubal_calendars_local"
|
||
|
b = "gubal_calendars_radicale"
|
||
|
collections = ["from a", "from b"]
|
||
|
|
||
|
[pair gubal_calendars_local_to_xandikos]
|
||
|
a = "gubal_calendars_local"
|
||
|
b = "gubal_calendars_xandikos"
|
||
|
collections = ["from a", "from b"]
|
||
|
|
||
|
[storage gubal_calendars_local]
|
||
|
type = "filesystem"
|
||
|
path = "~/.local/share/vdirsyncer/gubal_calendars/"
|
||
|
fileext = ".ics"
|
||
|
|
||
|
[storage gubal_calendars_radicale]
|
||
|
type = "caldav"
|
||
|
url = "https://calendar.reya.zone/radicale/reya/"
|
||
|
username = "reya"
|
||
|
password.fetch = ["command", "secret-tool", "lookup", "url", "https://calendar.reya.zone/radicale/reya", "protocol", "WebDAV"]
|
||
|
|
||
|
[storage gubal_calendars_xandikos]
|
||
|
type = "caldav"
|
||
|
url = "https://calendar.reya.zone/xandikos/reya/"
|
||
|
username = "reya"
|
||
|
password.fetch = ["command", "secret-tool", "lookup", "url", "https://calendar.reya.zone/xandikos/reya", "protocol", "WebDAV"]
|