documented external dependencies, gave some stuff a spring cleaning.

This commit is contained in:
Gabe Venberg 2023-08-10 01:10:13 -05:00
parent fcf48d31e3
commit 0e031e38d0
11 changed files with 125 additions and 21 deletions

View file

@ -35,11 +35,11 @@ path = "~/.contacts/"
fileext = ".vcf"
[storage nextcloud_contacts_remote]
type = "carddav"
url = "https://gabevenberg.com/nextcloud/remote.php/dav"
url = "https://nextcloud.venberg.xyz/remote.php/dav"
username = "Toric"
# The password can also be fetched from the system password storage, netrc or a
# custom command. See http://vdirsyncer.pimutils.org/en/stable/keyring.html
password.fetch = ["command", "pass", "nextcloud.gabevenberg.com/Toric"]
password.fetch = ["command", "pass", "nextcloud.venberg.xyz/Toric"]
# CALDAV
[pair nextcloud_calendar]
a = "nextcloud_calendar_local"
@ -53,6 +53,6 @@ path = "~/.calendars/"
fileext = ".ics"
[storage nextcloud_calendar_remote]
type = "caldav"
url = "https://gabevenberg.com/nextcloud/remote.php/dav"
url = "https://nextcloud.venberg.xyz/remote.php/dav"
username = "Toric"
password.fetch = ["command", "pass", "nextcloud.gabevenberg.com/Toric"]
password.fetch = ["command", "pass", "nextcloud.venberg.xyz/Toric"]