Nash!Com Labs - small demo/reference environments for infrastructure patterns.
- traefik - Traefik reverse proxy with automatic ACME certificates,
paired with a domino-nrpc-proxy
service that reuses the issued certificate to terminate TLS itself. Includes
a
whoamiecho backend reachable four different ways (via Traefik, via nginx, and directly bypassing each), useful for seeing how host- vs. path-based routing and TLS termination interact - see the lab's README for details and curl examples. - lego - Obtains a certificate directly with the
LEGO ACME client (the library Traefik
uses internally) instead of going through Traefik. A prototype for adding
LEGO-based certificate management to the
domino-nrpc-proxyimage itself.