-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vdircsyncer: embed the password in the conf file as rbw is better be …
…replaced by secret-tool for this call
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +32,15 @@ fileext = ".vcf" | |
type = "carddav" | ||
url = "https://cloud.bapt.name/remote.php/carddav" | ||
username = "{{ (rbw "/cloud.bapt.name/baptiste/vdirsyncer").data.username }}" | ||
password.fetch = ["command", "rbw", "get", "/cloud.bapt.name/baptiste/vdirsyncer"] | ||
password = "{{ (rbw "/cloud.bapt.name/baptiste/vdirsyncer").data.password }}" | ||
# password.fetch = ["command", "rbw", "get", "/cloud.bapt.name/baptiste/vdirsyncer"] | ||
|
||
[storage mailcow_contacts] | ||
type = "carddav" | ||
url = "https://mail.bapt.name/SOGo/dav/[email protected]/Contacts/personal/" | ||
username = "[email protected]" | ||
password.fetch = ["command", "rbw", "get", "/mail/[email protected]/vdirsyncer"] | ||
# password.fetch = ["command", "rbw", "get", "/mail/[email protected]/vdirsyncer"] | ||
password = "{{ (rbw "/mail/[email protected]/vdirsyncer").data.password }}" | ||
|
||
# FIXME: disabled until auth is correctly configured | ||
# [storage google_contacts] | ||
|