Extension:CloudflarePurge

This page is a translated version of the page Extension:CloudflarePurge and the translation is 67% complete.
MediaWiki 拡張機能マニュアル
CloudflarePurge
リリースの状態: 安定
説明 Purge the Cloudflare cache of edited and deleted pages
作者 Sophivorusトーク
最新バージョン 1.0
MediaWiki >= 1.39.0
PHP 7.4+
ライセンス GNU 一般公衆利用許諾書 3.0 以降
ダウンロード
  • $wgCloudflareEmail
  • $wgCloudflareAPIKey
  • $wgCloudflareZoneID
四半期ごとのダウンロード数 4 (Ranked 121st)
translatewiki.net で翻訳を利用できる場合は、CloudflarePurge 拡張機能の翻訳にご協力ください

The CloudflarePurge extension automatically purges the Cloudflare cache of edited and deleted pages.

インストール

  • ダウンロードして、ファイルをextensions/フォルダー内のCloudflarePurgeという名前のディレクトリ内に配置します。
    開発者とコード寄稿者は、上記の代わりに以下を使用してGitからインストールします:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/CloudflarePurge
  • 以下のコードを LocalSettings.php ファイルの末尾に追加します:
    wfLoadExtension( 'CloudflarePurge' );
    $wgCloudflareEmail = '';
    $wgCloudflareAPIKey = '';
    $wgCloudflareZoneID = '';
    
  •   完了 – ウィキの「Special:Version」に移動して、拡張機能が正しくインストールされたことを確認します。

構成パラメーター

// Email address of your Cloudflare account
$wgCloudflareEmail = '';

// Cloudflare Global API Key, see https://dash.cloudflare.com/profile/api-tokens
$wgCloudflareAPIKey = ''

// Cloudflare Zone ID, see your Cloudflare Overview dashboard
$wgCloudflareZoneID = ''

関連項目