add first prototype implementation #1

Merged
OCram85 merged 5 commits from prototype into main 2023-07-06 09:29:32 +02:00
Showing only changes of commit 6d27463283 - Show all commits

View File

@ -7,7 +7,7 @@ LABEL build_version="${VERSION}"
LABEL org.opencontainers.image.authors="OCram85"
LABEL org.opencontainers.image.vendor="OCram85"
LABEL org.opencontainers.image.title="Arkanum"
LABEL org.opencontainers.image.title="swarmproxy"
LABEL org.opencontainers.image.description="tinyproxy docker image"
LABEL org.opencontainers.image.licenses="AGPL-3.0"
ARG TAG
@ -19,8 +19,8 @@ LABEL org.opencontainers.image.documentation="https://gitea.ocram85.com/OCram85/
# Use a custom UID/GID instead of the default system UID which has a greater possibility
# for collisions with the host and other containers.
ENV TINYPROXY_UID 1000
ENV TINYPROXY_GID 1000
ENV TINYPROXY_UID 5123
ENV TINYPROXY_GID 5123
ENV UPSTREAM_PROXY ""
ENV PORT "8888"
@ -41,7 +41,10 @@ Group $TINYPROXY_GID
Port $PORT
Timeout $TIMEOUT
DefaultErrorFile "/usr/share/tinyproxy/default.html"
StatHost "tinyproxy.stats"
StatFile "/usr/share/tinyproxy/stats.html"
LogLevel $LOGLEVEL
MaxClients $MAXCLIENTS
ViaProxyName "tinyproxy"