I am new to Discourse self-hosting. I am installing this on a server that’s running other web services. So I have my own Nginx, which will proxy connections to the Discourse container. I also have a full-fledged SMTP server to handle the emails.
I have two questions.
Following the documentation to install Discourse, it pulled the development version ( 3.5.0.beta7-dev). I don’t want to run this version. How do I make it pull the latest release version instead?
While testing the email delivery, I realized that clicking on that link leads to a distorted URL for the site. My site runs on a FQDN that is discourse.my.domain. However, when I click on the link to test the email, it leads to http://community.kictanet.or.ke7d/admin/email/server-settings - there is a “7d” appended to the end of the FQDN. If I remove the “7d”, the URL loads fine. Where is the “7d” coming from, and how do I ensure it doesn’t happen?
This looks like a mistake in the admin quick start guide:
I’ve submitted a fix here:
If you want, you could edit the topic and fix the link in the topic on your forum. Or you can wait for the pull request to be merged, then update your forum and reseed that topic at the admin > site texts page using the “replace text …” button on the right.
Thank you for finding the source of the problem.
I am only on my 2nd day with the Discourse installation so I am even yet to figure out how to find a topic and edit it
A lof of reading yet to be done towards running/administering own self-hosted instance.
Thank you for bringing this to my attention. Welcome to Meta
You can edit it using the pencil in the post menu:
The guide should be in your staff category. Maybe you also have the “Getting Started” link at the top next to the logo. I think that one takes you to the topic too.
I’m not sure exactly where it’s coming from. But it disappeared for me by itself. I did un comment all my settings in my emv yaml, dunno if that has something to do with it. But that fixed a different error for me