mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-03 23:05:39 +00:00
boinc
boring-nginx
cowrie
ghost
Dockerfile
README.md
disqus.conf
isso.conf
prism.css.conf
prism.js.conf
prism_dark.css
prism_dark.js
prism_light.css
prism_light.js
run.sh
smtp.conf
isso
lutim
lychee
nextcloud
nginx
piwik
privatebin
rainloop
rtorrent-flood
rutorrent
searx
subsonic
tor
LICENSE
15 lines
335 B
Plaintext
15 lines
335 B
Plaintext
|
|
mail: {
|
|
transport: 'SMTP',
|
|
from: '"<SENDER_NAME>" <<SENDER_MAIL>>',
|
|
options: {
|
|
host: '<HOST>',
|
|
port: '<PORT>',
|
|
auth: {
|
|
user: '<USER>',
|
|
pass: '<PASS>'
|
|
}
|
|
}
|
|
},
|
|
|