Portier + Nginx auth_request
597
These are official Docker images for portier-nginx-auth. More documentation is available in the readme on GitHub: https://github.com/portier/nginx-auth#readme
To start a container from these images, run for example:
docker run \
-p 8081:8081 \
-v /path/to/emails.txt:/emails.txt:ro \
portier/nginx-auth \
-secret 'this is just an example, replace it` \
-url http://example.com/_portier \
-allowlist /emails.txt
These are minimal 'from scratch' images, with just the Go binary inside. The binaries are the exact same as published on the GitHub releases page.
Images are multi-arch, and support the same set of CPU architectures as official Docker images.
Content type
Image
Digest
sha256:e062f0bb6…
Size
5.9 MB
Last updated
over 2 years ago
docker pull portier/nginx-auth