A fork of https://github.com/ricardbejarano/nginx with KTLS enabled and some optimization flags. Used for the different Invidious backends that I host.
https://man.freebsd.org/cgi/man.cgi?ktls(4) | https://www.f5.com/company/blog/nginx/improving-nginx-performance-with-kernel-tls | https://www.kernel.org/doc/html/latest/networking/tls-offload.html
|
||
---|---|---|
.github/workflows | ||
Dockerfile | ||
LICENSE | ||
README.md |
Features
- Compiled from source during build time
- Built
FROM scratch
, with zero bloat - Reduced attack surface (no shell, no UNIX tools, no package manager...)
- Runs as unprivileged (non-
root
) user
Tags
Docker Hub
Available on Docker Hub as docker.io/ricardbejarano/nginx
:
RedHat Quay
Available on RedHat Quay as quay.io/ricardbejarano/nginx
:
Configuration
Volumes
- Mount your configuration at
/etc/nginx/nginx.conf
.