• Joined on 2026-07-14

conjurer-share (9b6666dc)

Published 2026-08-27 15:42:18 +00:00 by gitea in gitea/conjurer

Installation

docker pull gitea.czernobog.pl/gitea/conjurer-share:9b6666dc
sha256: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"]
Details
Container
2026-08-27 15:42:18 +00:00
0
OCI / Docker
linux/amd64
73 MiB
Versions (6) View all
c91ec03b 2026-08-27
9b6666dc 2026-08-27
fdc1fa18 2026-08-24
13d2a040 2026-08-24
d0c7ab61 2026-08-12