- Arnsberg
- https://0xMax42.io/
- Joined on
2025-04-18
Block a user
lt-auth-proxy (nightly)
Installation
docker pull git.0xmax42.io/maxp/lt-auth-proxy:nightly
sha256:040138b22d163fa5d7b478e8710ac3f9701de3b21cb633de0697a99f62810962
Images
Digest | OS / Arch | Size |
---|---|---|
5b6ae535d6 | linux/amd64 | 62 MiB |
c6b15f880b | linux/arm64 | 61 MiB |
Image Layers ( linux/arm64)
# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400' |
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/* # buildkit |
COPY /app/app /app/app # buildkit |
WORKDIR /app |
ENV PROXY_HOST=0.0.0.0 |
ENV PROXY_PORT=8011 |
ENV LT_SERVER_HOST=localhost |
ENV LT_SERVER_PORT=8010 |
ENV API_KEYS=demo-key |
CMD ["/app/app"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.authors | 0xMax42 <mail@0xmax42.io> |
org.opencontainers.image.created | 2025-05-11T14:10:54Z |
org.opencontainers.image.description | Lightweight LanguageTool Auth Proxy |
org.opencontainers.image.documentation | https://git.0xmax42.io/maxp/lt-auth-proxy |
org.opencontainers.image.version | nightly-20250511 |