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.
| src | ||
| .clang-tidy | ||
| .dir-locals.el | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| bootstrap | ||
| configure.ac | ||
| INSTALL.rst | ||
| LICENSE | ||
| Makefile.am | ||
| README.rst | ||
======== vmod-tus ======== This version is for Varnish-Cache 7 and later DESCRIPTION =========== .. _tus: https://tus.io/protocols/resumable-upload.html .. _vmod_blobdigest: https://code.uplex.de/uplex-varnish/libvmod-blobdigest This vmod implements a `tus`_ proxy 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. Besides the basic resumable uploads specified as the `tus`_ core protocol, all currently defined extensions are supported, in particular concatenation uploads. See vmod documentation/man page for details on how to use it. INSTALLATION ============ See `INSTALL.rst <INSTALL.rst>`_ in the source repository. COPYRIGHT ========= :: Copyright 2020 UPLEX Nils Goroll Systemoptimierung All rights reserved This document is licensed under the same conditions as the libvmod-tus project. See LICENSE for details. Author: Nils Goroll <nils.goroll@uplex.de>