Block a user
web-proxy (x86_64)
Published 2025-10-07 19:47:58 +03:00 by mix
Installation
docker pull git.mxme.ru/mix/web-proxy:x86_64sha256:1ccdcdd4b83cee36c112e73b3fb4348907cad39dcc79f7a7384f6ec9245e2c85
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1753056000' |
| RUN /bin/sh -c apt update # buildkit |
| RUN /bin/sh -c apt install -y cron apache2 certbot python3-certbot-apache # buildkit |
| RUN /bin/sh -c apt clean # buildkit |
| RUN /bin/sh -c a2enmod rewrite proxy proxy_http proxy_wstunnel proxy_uwsgi headers ssl http2 # buildkit |
| EXPOSE &{[{{12 0} {12 0}}] 0xc000e25a40} |
| RUN /bin/sh -c a2dissite 000-default # buildkit |
| COPY aux_funs.sh /usr/local/bin/ # buildkit |
| COPY entrypoint.sh /usr/local/bin/ # buildkit |
| COPY renew-hook.sh /usr/local/bin/ # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/aux_funs.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/renew-hook.sh # buildkit |
| RUN /bin/sh -c mkdir -p /etc/letsencrypt/renewal-hooks/deploy; # buildkit |
| RUN /bin/sh -c ln -s /usr/local/bin/renew-hook.sh /etc/letsencrypt/renewal-hooks/deploy/renew-hook.sh # buildkit |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |
| RUN /bin/sh -c mkdir /var/opt/cert # buildkit |