Hello, just a quick question. It’s possible to edit SMTP email options on a working forum?
Rebuild command will wipe all forum content (threads, posts, users, design)? in the case that I edit app.yml
Thanks.
Hello, just a quick question. It’s possible to edit SMTP email options on a working forum?
Rebuild command will wipe all forum content (threads, posts, users, design)? in the case that I edit app.yml
Thanks.
Rebuild will not destroy any forum content as that’s stored in a persistent database file. It will stop/rebuild/start the app container, however, so your site will be down during the rebuild time.
Thank you @justin, if I decide to use Mailgun is the SMTP configuration similar to in Sendinblue?
In Sendinblue had to register, confirm. Go to Transactional emails, you see SMTP details like server, port, user and password. Used that information in Discourse installation and everything worked fine.
Or there’s additional configuration within Mailgun? Like configuring DNS/MX records?
Thanks.
This howto gives a general understanding of the MailGun setup process. While it may not be the same for using Digital Ocean as a DNS provider, the general steps are very similar.
in containers/app.yml you can change these settings. Then ./launcher rebuild app
Official Discourse Docker イメージをクローンしたディレクトリに移動する必要があります。
ガイドラインに従い、リポジトリをクローンする際に推奨されるディレクトリ /var/discourse を入力した場合
git clone https://github.com/discourse/discourse_docker.git /var/discourse
この場合、rebuild app コマンドを実行するために /var/discourse に移動する必要があります。それ以外の場合は、選択した別のディレクトリに移動してください。
cd は、現在のディレクトリを変更するためのコマンドです。
/var/discourse ディレクトリに rebuild app コマンドがある場合、次のコマンドを入力して実行します。
cd /var/discourse
./launcher rebuild app
または、別のディレクトリを使用している場合は、次のように入力します。
cd <選択したディレクトリ>
./launcher rebuild app
app.yml で SMTP の詳細を変更しても、再構築する必要はありません。
./launcher destroy app && ./launcher start app
で十分です。
管理設定ではない理由がわかりません。SMTP設定は固定ではなく、時間の経過とともに変更される可能性があります。
これで正しいですか?
ありがとうございます、その通りでした。助かりました。
Discourseをよく知る者として、これには非常に本物で正当な理由があるはずです ![]()
その理由をご存知の方はいらっしゃいますか? ![]()