Line 12:
Line 12:
<br />
<br />
−
* Based on Dolibarr main color '''#3D5F93'''
+
*Based on Dolibarr main color '''#3D5F93'''
−
* [https://fr.cooltext.com/download-font-blippo Blippo] font<br />
+
*[https://fr.cooltext.com/download-font-blippo Blippo] font<br />
====Main forum logo====
====Main forum logo====
Line 23:
Line 23:
<br />
<br />
−
=== Custom color palette ===
+
===Custom color palette===
Line 29:
Line 29:
<br />
<br />
−
* tertiary : '''#004488'''
+
*tertiary : '''#004488'''
−
* quaternary : '''#3D5F93'''
+
*quaternary : '''#3D5F93'''
−
* danger : '''#B43314'''
+
*danger : '''#B43314'''
<br />
<br />
Line 348:
Line 348:
}
}
</syntaxhighlight><br />
</syntaxhighlight><br />
+
+
== Email requirements ==
+
Discourse '''<u>requires</u>''' connection to a valid mail server
+
+
* using SMTP protocol
+
* accessible on a FQDN (Fully Qualified Domain Name) : for example <code>@forum.dolibarr.fr</code>
+
* with authentication (username and password)
+
+
=== First choice : in house mail server like Postfix ===
+
'''''Cheap but tricky to set/configure'''''
+
+
* Install Postfix mailserver
+
* Configure / allow / unblock port 587 for outgoing email sending by postfix in the firewall (IP table, etc.)
+
* Configure Postfix to require authentication : see https://blog.rom1v.com/2010/01/ajouter-lauthentification-smtp-sur-un-serveur-mail/
+
+
=== Second choice : external email service like [https://www.mailgun.com/ Mailgun] ===
+
'''''Affordable, simple and easy (no configuration)'''''
+
+
* For [https://www.mailgun.com/ Mailgun], [https://www.mailgun.com/pricing first 10 000 emails every month free (+5$ by 10 000 email)]
+
+
==PostgreSQL tips and trick==
==PostgreSQL tips and trick==