Cloudflare

Cloudflare integration.

Compatible with Flarum v1.8.5

Latest release 1.1.0

240 downloads

released on Mar 19, 2023

Tags

Cloudflare

license packagist changelog

Cloudflare integration.

Screenshots

See the screenshots subfolder.

Install

composer require nearata/flarum-ext-cloudflare:"*"

Update

composer update nearata/flarum-ext-cloudflare:"*"
php flarum cache:clear

Remove

Disable the extension, click purge then execute:

composer remove nearata/flarum-ext-cloudflare
php flarum cache:clear

How to use R2 driver

You can try to follow this guide here

or you can add this to your local config.php

# Adding driver to Flarum Assets filesystem

<?php return array (
  'debug' => false,
  ...
  'disk_driver.flarum-assets' => 'r2',
  'disk_driver.another-extension-filesystem' => 'r2'
);

© 2024 Hyn by DaniĆ«l "Luceos" Klabbers. All rights reserved. · Extensions and extension information is provided by the respective (copyright holding) authors. · Extiverse is not affiliated to the Flarum project or Flarum foundation. · Images on Extiverse pages are from Unsplash.