The links discourse is sending in emails use the http:// scheme, not https. Is there a way I can modify the base_url for email templates?
I like to setup my webserver so all plaintext http requests are redirected to my https homepage. This ensures links shared externally with an incorrect scheme will not work, so an accidental future misconfiguration will not expose any users to MitM attacks. So the email links will be broken, as a redirect will not work.