Skip to content

ammnt/angie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Distroless Angie with HTTP/3 and QUIC support🚀

The Docker image is ready to use:
docker run -d --rm -p 127.0.0.1:8080:8080/tcp ghcr.io/ammnt/angie:main
or
docker run -d --rm -p 127.0.0.1:8080:8080/tcp ammnt/angie:main

Description:

  • Based on latest version of Alpine Linux - low size (~5 MB);
  • QuicTLS with kTLS module:
    https://github.com/quictls/openssl
  • HTTP/3 and QUIC native support;
  • HTTP/2 with ALPN support;
  • TLS 1.3 and 0-RTT support;
  • TLS 1.2 and TCP Fast Open (TFO) support;
  • Built using hardening GCC flags;
  • NJS support;
  • PCRE with JIT compilation;
  • zlib-ng library latest version;
  • Rootless master process - unprivileged container;
  • Async I/O threads module;
  • "Distroless" image - shell removed from the image;
  • Removed unnecessary modules;
  • Added OCI labels and annotations;
  • No excess ENTRYPOINT in the image;
  • Slimmed version by Docker Slim tool;
  • Prioritize ChaCha cipher patch and anonymous signature - removed "Server" header ("banner"):
    https://github.com/ammnt/angie/blob/http3/Dockerfile

Note:

Feel free to contact me with more security improvements🙋