From 2614141af0d108850b8a26e8c4d35b451e22a673 Mon Sep 17 00:00:00 2001 From: Azareal Date: Thu, 31 Oct 2019 10:29:02 +1000 Subject: [PATCH] Update Additional Configuration. --- docs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d3cd5f32..e9c63616 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -100,7 +100,7 @@ We will also want to setup a service: For things like HTTPS, you might also need to [modify your config.json](https://github.com/Azareal/Gosora/blob/master/docs/configuration.md) file after installing Gosora to get it working. You can get a free private key and certificate pair from Let's Encrypt or Cloudflare. -If you're using Nginx or something else as a reverse-proxy in-front of Gosora, then you will have to consult their documentation for advice on setting HTTPS. +If you're using Nginx or something else as a reverse-proxy in-front of Gosora, then you will have to consult their documentation for advice on setting HTTPS. You may also need to enable LoosePort and LooseHost in `config/config.json`. For email, you will need a SMTP server (either provided by yourself or by a transactional mail provider who specialises in doing so) @@ -108,6 +108,8 @@ For email, you will need a SMTP server (either provided by yourself or by a tran It is also possible to send emails without SMTP with the experimental sendmail plugin, however there is a high chance of your emails ending up in the user's spam folder, if it arrives at all. +You may also need to open a port in your firewall in order for the outside world to see your instance of Gosora. + # Advanced Installation