From a8544d23e6c7dc7034a668cec8b08a83cc051332 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 8 May 2018 16:29:35 +0200 Subject: Move vdirsyncer to the correct folder --- vdirsyncer/.config/config | 100 ----------------------------------- vdirsyncer/.config/vdirsyncer/config | 100 +++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 100 deletions(-) delete mode 100644 vdirsyncer/.config/config create mode 100644 vdirsyncer/.config/vdirsyncer/config diff --git a/vdirsyncer/.config/config b/vdirsyncer/.config/config deleted file mode 100644 index 3d7ec5c..0000000 --- a/vdirsyncer/.config/config +++ /dev/null @@ -1,100 +0,0 @@ -[general] -status_path = "~/.vdirsyncer/status/" - -[pair perso] -a = "perso_local" -b = "perso_remote" -collections = ["from a", "from b"] -metadata = ["color"] - -[storage perso_local] -type = "filesystem" -path = "~/.calendars/perso/" -fileext = ".ics" - -[storage perso_remote] -type = "caldav" -url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Calendar/personal/" -username = "neodarz@neodarz.net" -password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] - -[pair pro] -a = "pro_local" -b = "pro_remote" -collections = ["from a", "from b"] -metadata = ["color"] - -[storage pro_local] -type = "filesystem" -path = "~/.calendars/pro/" -fileext = ".ics" - -[storage pro_remote] -type = "caldav" -url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Calendar/5D88-5832A480-7-54041100/" -username = "neodarz@neodarz.net" -password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] - -[pair imie] -a = "imie_local" -b = "imie_remote" -collections = ["from a", "from b"] -metadata = ["color"] - -[storage imie_local] -type = "filesystem" -path = "~/.calendars/imie/" -fileext = ".ics" - -[storage imie_remote] -type = "caldav" -url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Calendar/155c6097-b7a9-4fd1-98f5-44f9075a2e84/" -username = "neodarz@neodarz.net" -password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] - -[pair linuxmaine] -a = "linuxmaine_local" -b = "linuxmaine_remote" -collections = null - -[storage linuxmaine_local] -type = "filesystem" -path = "~/.calendars/linuxmaine/" -fileext = ".ics" - -[storage linuxmaine_remote] -type = "http" -url = "https://www.agendadulibre.org/events.ics?tag=linuxmaine" - -[pair haum] -a = "haum_local" -b = "haum_remote" -collections = null - -[storage haum_local] -type = "filesystem" -path = "~/.calendars/haum/" -fileext = ".ics" - -[storage haum_remote] -type = "http" -url = "https://haum.org/calendar/calendar.ics" - -[pair personal] -a = "personal_local" -b = "personal_remote" -collections = ["from a", "from b"] -metadata = ["color"] - -[storage personal_local] -type = "filesystem" -path = "~/.contacts/" -fileext = ".vcf" - -[storage personal_remote] -type = "carddav" -url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Contacts/personal" -username = "neodarz@neodarz.net" -password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] - - diff --git a/vdirsyncer/.config/vdirsyncer/config b/vdirsyncer/.config/vdirsyncer/config new file mode 100644 index 0000000..3d7ec5c --- /dev/null +++ b/vdirsyncer/.config/vdirsyncer/config @@ -0,0 +1,100 @@ +[general] +status_path = "~/.vdirsyncer/status/" + +[pair perso] +a = "perso_local" +b = "perso_remote" +collections = ["from a", "from b"] +metadata = ["color"] + +[storage perso_local] +type = "filesystem" +path = "~/.calendars/perso/" +fileext = ".ics" + +[storage perso_remote] +type = "caldav" +url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Calendar/personal/" +username = "neodarz@neodarz.net" +password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] + +[pair pro] +a = "pro_local" +b = "pro_remote" +collections = ["from a", "from b"] +metadata = ["color"] + +[storage pro_local] +type = "filesystem" +path = "~/.calendars/pro/" +fileext = ".ics" + +[storage pro_remote] +type = "caldav" +url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Calendar/5D88-5832A480-7-54041100/" +username = "neodarz@neodarz.net" +password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] + +[pair imie] +a = "imie_local" +b = "imie_remote" +collections = ["from a", "from b"] +metadata = ["color"] + +[storage imie_local] +type = "filesystem" +path = "~/.calendars/imie/" +fileext = ".ics" + +[storage imie_remote] +type = "caldav" +url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Calendar/155c6097-b7a9-4fd1-98f5-44f9075a2e84/" +username = "neodarz@neodarz.net" +password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] + +[pair linuxmaine] +a = "linuxmaine_local" +b = "linuxmaine_remote" +collections = null + +[storage linuxmaine_local] +type = "filesystem" +path = "~/.calendars/linuxmaine/" +fileext = ".ics" + +[storage linuxmaine_remote] +type = "http" +url = "https://www.agendadulibre.org/events.ics?tag=linuxmaine" + +[pair haum] +a = "haum_local" +b = "haum_remote" +collections = null + +[storage haum_local] +type = "filesystem" +path = "~/.calendars/haum/" +fileext = ".ics" + +[storage haum_remote] +type = "http" +url = "https://haum.org/calendar/calendar.ics" + +[pair personal] +a = "personal_local" +b = "personal_remote" +collections = ["from a", "from b"] +metadata = ["color"] + +[storage personal_local] +type = "filesystem" +path = "~/.contacts/" +fileext = ".vcf" + +[storage personal_remote] +type = "carddav" +url = "https://mail.neodarz.net/SOGo/dav/neodarz@neodarz.net/Contacts/personal" +username = "neodarz@neodarz.net" +password.fetch = ["command", "pass", "Mail/neodarz@neodarz.net"] + + -- cgit v1.2.1