Compare commits
3 Commits
058a8be80b
...
3cbbb097be
Author | SHA1 | Date | |
---|---|---|---|
3cbbb097be | |||
e87475c9cb | |||
30d3148e7b |
1
mpd/.config/mpd/playlists/FIP.m3u
Normal file
1
mpd/.config/mpd/playlists/FIP.m3u
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://icecast.radiofrance.fr/fip-hifi.aac
|
@ -1 +0,0 @@
|
|||||||
http://novazz.ice.infomaniak.ch/novazz-128.mp3
|
|
1
mpd/.config/mpd/playlists/Radio Paradise.m3u
Normal file
1
mpd/.config/mpd/playlists/Radio Paradise.m3u
Normal file
@ -0,0 +1 @@
|
|||||||
|
https://stream.radioparadise.com/flac
|
@ -3,12 +3,12 @@ defaults
|
|||||||
auth on
|
auth on
|
||||||
tls on
|
tls on
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||||
|
port 587
|
||||||
logfile /tmp/msmtp.log
|
logfile /tmp/msmtp.log
|
||||||
|
|
||||||
# Accounts
|
# Accounts
|
||||||
account gmail
|
account gmail
|
||||||
host smtp.gmail.com
|
host smtp.gmail.com
|
||||||
port 587
|
|
||||||
from akasroua@gmail.com
|
from akasroua@gmail.com
|
||||||
user akasroua@gmail.com
|
user akasroua@gmail.com
|
||||||
passwordeval "pass mail/gmail"
|
passwordeval "pass mail/gmail"
|
||||||
@ -16,14 +16,12 @@ passwordeval "pass mail/gmail"
|
|||||||
account ugent
|
account ugent
|
||||||
auth xoauth2
|
auth xoauth2
|
||||||
host smtp.office365.com
|
host smtp.office365.com
|
||||||
port 587
|
|
||||||
from amin.kasrouaouam@ugent.be
|
from amin.kasrouaouam@ugent.be
|
||||||
user amin.kasrouaouam@ugent.be
|
user amin.kasrouaouam@ugent.be
|
||||||
passwordeval "nix-shell -p python3 --command 'python /home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile'"
|
passwordeval "nix-shell -p python3 --command 'python /home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile'"
|
||||||
|
|
||||||
account disroot
|
account disroot
|
||||||
host disroot.org
|
host disroot.org
|
||||||
port 587
|
|
||||||
from akasroua@disroot.org
|
from akasroua@disroot.org
|
||||||
user akasroua@disroot.org
|
user akasroua@disroot.org
|
||||||
passwordeval "pass mail/disroot"
|
passwordeval "pass mail/disroot"
|
||||||
|
Loading…
Reference in New Issue
Block a user