インストールに関する情報はありません

この問題について検索しましたが、見つかりませんでした。インストール時に何も質問されず、すべてのデフォルト情報に基づいてインストールしようとするだけです。

sudo ./discourse-setup と入力すると、以下が表示されます:

Saving old file as app.yml.2021-08-02-184826.bak
Stopping existing container in 5 seconds or Control-C to cancel.
+ /usr/bin/docker stop -t 30 app
app

Found 3GB of memory and 2 physical CPU cores
setting db_shared_buffers = 768MB
setting UNICORN_WORKERS = 4
containers/app.yml memory parameters updated.


Checking your domain name . . .
WARNING: Port 443 of computer does not appear to be accessible using hostname:  discourse.example.com.
WARNING: Connection to http://discourse.example.com (port 80) also fails.

This suggests that discourse.example.com resolves to some IP address that does not reach this 
machine where you are installing discourse.

The first thing to do is confirm that discourse.example.com resolves to the IP address of this server.
You usually do this at the same place you purchased the domain.

If you are sure that the IP address resolves correctly, it could be a firewall issue.
A web search for "open ports YOUR CLOUD SERVICE" might help.

This tool is designed only for the most standard installations. If you cannot resolve
the issue above, you will need to edit containers/app.yml yourself and then type

./launcher rebuild app

ドメイン名やその他の情報を入力するよう求められたことがありません。

お試しください:

sudo su
rm containers/app.yml
./discourse-setup
「いいね!」 1

同じ結果です。投稿は20文字以上である必要があります。

それがどうして起こり得るのか、よくわかりません。特に、既存の app.yml を削除した場合などはそうです。ホスト名を尋ねられる前に Enter キーを押していませんか?

containers/ 内に他のファイルはありますか?例えば web_only.yml など。

.gitkeep というファイルがありますが、開くと中身が空です。

これがどうして起こり得るのか、特にあなたにだけ起きていることだとすれば、意味がわかりません。

あなたは Discourse 公式の標準インストール に従っていますよね?

そして、/var/discourse/containers 内に yml ファイルが存在しないにもかかわらず、以下のようなメッセージが表示されます。

今日はクリーンインストールを試してみますが、かなり多忙です。

いいえ、同じことが起こりました。何も質問せず、インストールを試みるだけで実行されてしまいました。

デスクトップで実行しましたが、再現できません。私の環境では以下が表示されます:

root@shinytim:/var/discourse# ./discourse-setup 
Ports 80 and 443 are free for use
'samples/standalone.yml' -> 'containers/app.yml'
Found 33GB of memory and 8 physical CPU cores
setting db_shared_buffers = 4096MB
setting UNICORN_WORKERS = 8
containers/app.yml memory parameters updated.

Hostname for your Discourse? [discourse.example.com]: 

お使いの OS は何ですか?