neosrulez/neos-cloudflare

There is no license information available for the latest version (1.0.1) of this package.

1.0.1 2025-01-28 08:00 UTC

This package is not auto-updated.

Last update: 2025-01-28 08:01:06 UTC


README

A Neos CMS package that flushes the Cloudflare proxy cache when publishing. Provides a backend module for manual flushing and a cli job.

Installation

Just run:

composer require neosrulez/neos-cloudflare

Configuration

NeosRulez:
  Neos:
    Cloudflare:
      proxyCache:
        default:
          zoneName: 'domain1.tld'
          apiKey: '8843d7f92416211de9ebb963ff4ce281259'
          email: 'mail@domain.tld'
        second:
          zoneName: 'domain2.tld'
          apiKey: '8843d7f92416211de9ebb963ff4ce281259'
          email: 'mail@domain.tld'

Author