Block a user
conjurer-share (c91ec03b)
Installation
docker pull gitea.czernobog.pl/gitea/conjurer-share:c91ec03bsha256:e32140ad1f9b8eb2e15ce3ec74236094f63788d11945bf0ea95d94992a8647f5
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 python3 && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY conjurer_musician/scan_shares.py ./scan_shares.py # buildkit |
| COPY conjurer_musician/revoke_shares.py ./revoke_shares.py # buildkit |
| COPY docker/share-vhost.conf.tpl ./share-vhost.conf.tpl # buildkit |
| COPY docker/entrypoint.share.sh /usr/local/bin/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit |
| VOLUME [/mnt/shares /var/www/html/share /srv/share/db /var/log/apache2] |
| EXPOSE map[80/tcp:{}] |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |