@ -0,0 +1,11 @@ | |||||
account yigitcolakoglu@hotmail.com | |||||
host smtp.office365.com | |||||
port 587 | |||||
from yigitcolakoglu@hotmail.com | |||||
user yigitcolakoglu@hotmail.com | |||||
passwordeval "pass show AppPass/microsoft.com/yigitcolakoglu@hotmail.com" | |||||
auth on | |||||
tls on | |||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt | |||||
logfile /home/yigit/.config/msmtp/msmtp.log | |||||
@ -0,0 +1,20 @@ | |||||
[global] | |||||
username = "ygtclk1" | |||||
password_cmd = "pass show Entertainment/spotify.com/ygtclk1" | |||||
use_mpris = true | |||||
backend = "pulseaudio" | |||||
volume_controller = "alsa" | |||||
device_name = "Tatooine" | |||||
bitrate = 160 | |||||
cache_path = "/home/yigit/.cache/spotifyd" | |||||
initial_volume = "90" | |||||
volume_normalisation = true | |||||
normalisation_pregain = -10 | |||||
device_type = "speaker" |
@ -0,0 +1,18 @@ | |||||
[general] | |||||
status_path = "~/.cache/vsync-status/" | |||||
[pair nextcloud_contacts] | |||||
a = "nx_contacts_local" | |||||
b = "nx_contacts_remote" | |||||
collections = ["from a", "from b"] | |||||
[storage nx_contacts_local] | |||||
type = "filesystem" | |||||
path = "~/.local/share/card/contacts" | |||||
fileext = ".vcf" | |||||
[storage nx_contacts_remote] | |||||
type = "carddav" | |||||
url = "https://drive.yigitcolakoglu.com/" | |||||
username = "yigitcolakoglu" | |||||
password.fetch = ["command", "pass", "show", "Server/drive.yigitcolakoglu.com/yigitcolakoglu"] |