Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Kubernetes certificate downloader: an application that watches TLS Secrets in a Kubernetes cluster, and provides a REST API with which a client can instruct the app to manage Secrets as certificate/key files in a local directory.
-
Storage Engines (stevedores) and Routers (loadmasters) for Varnish-Cache
-
Varnish Module for Regular Expression Matching with Subexpression Capture
-
Kubernetes Ingress Controller based on Varnish NOTE: WORK IN PROGRESS
-
A Varnish Delivery Processor (VDP) interface to Mark Adler's zipflow library to package and compress responses into the ZIP format.
-
A JSON formatter for VCL which sucks less
-
Efficient JSON parsing in VCL with the frozen parser (see https://github.com/cesanta/frozen) For issues & merge requests please use the gitlab mirror: https://gitlab.com/uplex/varnish/libvmod-frozen
-
iconv character encoding conversions for VCL
-
Varnish module (VMOD) to access the Google RE2 regular expression engine
-
Varnish Module (VMOD) providing access to the libgcrypt library of cryptographic building blocks -- the same library used by the GNU Privacy Guard cryptographic suite (GnuPG or GPG)
-
Varnish Fetch Processor (VFP) to support the brotli compression algorithm for responses fetched from backends.
-
The pipe library provides Varnish delivery and fetch processors (VDPs and VFPs) that pipe client and backend responses through external commands.
NOTE: work in progress, currently only provides the VDP
-
Varnish module (VMOD) for digests and hmacs with the VCL data type BLOB
-
Audio Watermarking
-
Varnish Delivery Processor for parallel ESI includes
-
Varnish Module for matching strings associated with backends, regexen and other strings
-
Director to facilitate clustering/sharding of varnish-caches
-
Tie health state of a backend to other backends
-
VMOD for VCL variables as objects: constants, global variables, TASK and TOP scope
-
This vmod implements a TUS server (see https://tus.io/protocols/resumable-upload.html ) which collects uploads on the varnish server to send them to a backend in one go for storage. It does not implement any permanent storage itself.