Update Additional Configuration.

This commit is contained in:
Azareal 2019-10-31 10:29:02 +10:00
parent 4d82b87bf2
commit 2614141af0

View File

@ -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. 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. 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) 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. 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 # Advanced Installation