fluxer-app-proxy-self-hosted (sha256:63761bd122923b20bcd28a12a9b474070591b6b3e5e3b62e6379d7ff687503d0)

Published 2026-08-30 14:26:38 +00:00 by xertien

Installation

docker pull gitx.ptaki.dev/xertien/fluxer-app-proxy-self-hosted@sha256:63761bd122923b20bcd28a12a9b474070591b6b3e5e3b62e6379d7ff687503d0
sha256:63761bd122923b20bcd28a12a9b474070591b6b3e5e3b62e6379d7ff687503d0

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
ARG BUILD_VERSION=
WORKDIR /srv/app
RUN |1 BUILD_VERSION= /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl && rm -rf /var/lib/apt/lists/* # buildkit
COPY /usr/local/bin/fluxer-app-proxy /usr/local/bin/fluxer-app-proxy # buildkit
COPY /assets ./static/ # buildkit
ENV BUILD_VERSION=
ENV FLUXER_APP_PROXY_HOST=0.0.0.0
ENV FLUXER_APP_PROXY_PORT=8080
USER 65532:65532
EXPOSE [8080/tcp]
HEALTHCHECK {Test:[CMD-SHELL curl -f http://localhost:8080/_health || exit 1] Interval:30s Timeout:5s StartPeriod:5s StartInterval:0s Retries:3}
CMD ["/usr/local/bin/fluxer-app-proxy"]
Details
Container
2026-08-30 14:26:38 +00:00
4
OCI / Docker
linux/amd64
216 MiB
Versions (12) View all
buildcache 2026-08-30
ptaki 2026-08-30
ptaki-202608301658 2026-08-30
v1 2026-08-30
ptaki-202608301649 2026-08-30