• Joined on 2026-07-14

conjurer-share (latest)

Published 2026-07-30 17:40:07 +00:00 by gitea in gitea/conjurer

Installation

docker pull gitea.czernobog.pl/gitea/conjurer-share:latest
sha256:69f207526ac648d105d79dd8bf2dea5b4b156d6e7f36f631bda49fe5aca39c6f

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'
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-07-30 17:40:07 +00:00
1
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