github ChrispyBacon-dev/DockFlare v3.0.5
DockFlare v3.0.5: A Tale of Two Toggles

one day ago

Hello everyone,

This is a small feature release that adds two new CloudFlare features for more specific use cases.

A special thank you to @SeraphimSerapis for the input on GitHub issue #281, which directly led to the features in this update.

New Additions

  • HTTP/2 Origin Support: You can now enable the HTTP/2 protocol for the connection between cloudflared and your origin services. This is necessary for services that use gRPC and only applies to HTTP/HTTPS services.

  • Disable Chunked Encoding: Support has been added to disable chunked transfer encoding. This is useful for origins that do not properly support it, such as some WSGI servers (Flask, Django, FastAPI).

These new settings can be configured in a few ways:

  • Container Labels: Use the new dockflare.http2_origin and dockflare.disable_chunked_encoding labels on your Docker containers. This works for containers on the main DockFlare instance as well as those on remote servers running the DockFlare Agent.

  • Manual Rules: When creating or editing a manual rule in the web UI, both "HTTP/2 Origin" and "Disable Chunked Encoding" can now be enabled for the rule.

Screenshot 2025-10-14 at 15 39 00

For usage details on the new labels, please see the updated Container Labels documentation.

Vielen Dank!
Cheers,
Chris

Don't miss a new DockFlare release

NewReleases is sending notifications on new releases.