Skip to content

Pleromaの設定項目

Tatsuya Koishi edited this page Apr 7, 2022 · 5 revisions

設定例

pleroma:
  url: https://pleroma.example.com/
  status:
    label: キュア!
  streaming:
    root_cert_file: /etc/ssl/cert.pem
    verify_peer: true

詳細

/pleroma/url

  • インスタンスのルートURLを記述。

/pleroma/status/label

  • 「ステータス」を別の文言にしているインスタンスでは、要修正。

/pleroma/streaming/root_cert_file

  • リスナーが接続に使用するルート証明書。通常は設定不要。

/pleroma/streaming/verify_peer

  • リスナーが接続の際に、証明書の検証を行うかどうか。デフォルトはtrue
  • やむを得ない場合にのみfalseに。通常はroot_cert_fileを修正してがんばってください。
Clone this wiki locally