forked from Deuxfleurs/site
Deploy Thunderbird conf
This commit is contained in:
parent
79e604c87e
commit
1b78d2fbee
3 changed files with 29 additions and 2 deletions
2
deploy
2
deploy
|
@ -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
|
||||
|
|
|
@ -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']
|
||||
|
||||
|
|
27
src/.well-known/autoconfig/mail/config-v1.1.xml
Normal file
27
src/.well-known/autoconfig/mail/config-v1.1.xml
Normal 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>
|
||||
|
Loading…
Reference in a new issue