docker-easy-haproxy icon indicating copy to clipboard operation
docker-easy-haproxy copied to clipboard

Create Plugins for EasyHAProxy

Open byjg opened this issue 6 months ago • 0 comments

Description

Create the possibility to attach plugins to EasyHAProxy processing.

How it works?

Every time a new site is discovery the plugin will be invoked and process some feature.

There are two types of plugin and it is configured during the plugin creation

  • Global: It will be invoked only one time
  • Per domain: it will be invoked for every domain.

Some plugin examples

  • Restoring original IP (Cloudflare) - https://support.cloudflare.com/hc/en-us/articles/200170786-Restoring-original-visitor-IPs
  • Setup the Hostname IP into the DNS
  • Cleanup tasks
  • Deny pages

byjg avatar Dec 14 '23 04:12 byjg