Block a user
tg-oauth2-proxy (latest)
Published 2026-01-04 13:39:42 +00:00 by admin
Installation
docker pull reg.herd.telegraph.ink/admin/tg-oauth2-proxy:latestsha256:b746951adf64cce9933fd48c937b76ad8fe9bb97cdc7a4440b5d7dd938e40060
About this package
A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.
Image Layers
| ARG VERSION=v7.8.1 |
| COPY /go/src/github.com/oauth2-proxy/oauth2-proxy/oauth2-proxy /bin/oauth2-proxy # buildkit |
| COPY /go/src/github.com/oauth2-proxy/oauth2-proxy/jwt_signing_key.pem /etc/ssl/private/jwt_signing_key.pem # buildkit |
| LABEL org.opencontainers.image.licenses=MIT org.opencontainers.image.description=A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers. org.opencontainers.image.documentation=https://oauth2-proxy.github.io/oauth2-proxy/ org.opencontainers.image.source=https://github.com/oauth2-proxy/oauth2-proxy org.opencontainers.image.url=https://quay.io/oauth2-proxy/oauth2-proxy org.opencontainers.image.title=oauth2-proxy org.opencontainers.image.version=v7.8.1 |
| ENTRYPOINT ["/bin/oauth2-proxy"] |
| COPY sign_in.html /templates/sign_in.html # buildkit |
| COPY error.html /templates/error.html # buildkit |
| ENV OAUTH2_PROXY_CUSTOM_TEMPLATES_DIR=/templates |
| ENV OAUTH2_PROXY_FOOTER=- |
| ENV OAUTH2_PROXY_SHOW_DEBUG_ON_ERROR=false |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.description | A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers. |
| org.opencontainers.image.documentation | https://oauth2-proxy.github.io/oauth2-proxy/ |
| org.opencontainers.image.licenses | MIT |
| org.opencontainers.image.source | https://github.com/oauth2-proxy/oauth2-proxy |
| org.opencontainers.image.title | oauth2-proxy |
| org.opencontainers.image.url | https://quay.io/oauth2-proxy/oauth2-proxy |
| org.opencontainers.image.version | v7.8.1 |