Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wintercms/wn-cloudflare-plugin
A simple plugin to ensure the Cloudflare reverse proxy functions nicely with Winter CMS.
https://github.com/wintercms/wn-cloudflare-plugin
cloudflare hacktoberfest plugin wintercms
Last synced: about 1 month ago
JSON representation
A simple plugin to ensure the Cloudflare reverse proxy functions nicely with Winter CMS.
- Host: GitHub
- URL: https://github.com/wintercms/wn-cloudflare-plugin
- Owner: wintercms
- License: mit
- Created: 2022-09-29T20:02:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-07T21:59:06.000Z (over 1 year ago)
- Last Synced: 2024-04-14T00:37:56.569Z (8 months ago)
- Topics: cloudflare, hacktoberfest, plugin, wintercms
- Language: PHP
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-wintercms - Winter.Cloudflare - Ensures expected behavior when Cloudflare is used with Winter CMS. (Uncategorized / Uncategorized)
README
# Cloudflare for Winter CMS
![Cloudflare Plugin](https://user-images.githubusercontent.com/15900351/193173187-451bca1a-f484-4c41-b5d1-f01e49d2c765.png)
*Ensure that HTTPS and IP detection works flawlessly with Cloudflare and Winter CMS*
This super-simple plugin ensures compatibility with Cloudflare Flexible and Full SSL, even when behind a load balancer.
## Installation
Before using Cloudflare Flexbile SSL, we reccomend you remove any http -> https redirections in your .htaccess that you may have added. We find it safer to make this kind of redirection as a page rule in Cloudflare. Install this plugin and thats it!
This plugin is available for installation via [Composer](http://getcomposer.org/).
```bash
composer require winter/wn-cloudflare-plugin
```No configuration is necessary.
## License
This package is licensed under the [MIT license](https://github.com/wintercms/wn-cloudflare-plugin/blob/master/LICENSE.txt).
## Credits
This plugin was originally written by Heath Dutton: https://github.com/heathdutton/cloudflareIt has since been modified and re-released under the Winter namespace as a first party plugin for Winter CMS maintained by the Winter CMS team.
If you would like to contribute to this plugin's development, please feel free to submit issues or pull requests to the plugin's repository here: https://github.com/wintercms/wn-cloudflare-plugin
If you would like to support Winter CMS, please visit [WinterCMS.com](https://wintercms.com/support)
*Cloudflare and the Cloudflare logo are trademarks and/or registered trademarks of Cloudflare, Inc. in the United States and other jurisdictions.*