Deploy Thunderbird conf

This commit is contained in:
Quentin 2021-01-24 16:02:53 +01:00
parent 79e604c87e
commit 1b78d2fbee
3 changed files with 29 additions and 2 deletions

2
deploy
View File

@ -4,4 +4,4 @@ shopt -s expand_aliases
source .awsclirc
npm install
node render.js
awsdf s3 sync static s3://deuxfleurs.fr
awsdf s3 sync --size-only static s3://deuxfleurs.fr

View File

@ -24,7 +24,7 @@ const walk = async (path, filename) => {
}
}
const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', '.webp', 'client', 'server', '.pdf', '.ttf']
const ext_static = ['.css', '.js', '.otf', '.png', '.svg', '.txt', '.png', '.jpg', '.webp', 'client', 'server', '.pdf', '.ttf', '.xml']
const ext_md = ['.md', '.markdown']
const ext_pug = ['.pug', '.jade']

View File

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="UTF-8"?>
<clientConfig version="1.1">
<emailProvider id="deuxfleurs.fr">
<domain>deuxfleurs.fr</domain>
<displayName>Deuxfleurs Mail</displayName>
<displayShortName>Deuxfleurs</displayShortName>
<incomingServer type="imap">
<hostname>imap.deuxfleurs.fr</hostname>
<port>993</port>
<socketType>SSL</socketType>
<authentication>plain</authentication>
<username>%EMAILADDRESS%</username>
</incomingServer>
<outgoingServer type="smtp">
<hostname>smtp.deuxfleurs.fr</hostname>
<port>465</port>
<socketType>SSL</socketType>
<authentication>plain</authentication>
<username>%EMAILADDRESS%</username>
</outgoingServer>
<documentation url="https://deuxfleurs.fr/Guide/Email.html">
<descr lang="fr">Documentation générique pour la configuration</descr>
<descr lang="en">Generic settings page</descr>
</documentation>
</emailProvider>
</clientConfig>