paste (sha256:6a0ac1c9ee10826cd7cc1f1189e1a2dc730f94e0a68e8ba4962eaba8d731ebfa)

Published 2026-05-21 17:43:43 +00:00 by rahmi in darkworks/paste

Installation

docker pull git.darkworks.no/rahmi/paste@sha256:6a0ac1c9ee10826cd7cc1f1189e1a2dc730f94e0a68e8ba4962eaba8d731ebfa
sha256:6a0ac1c9ee10826cd7cc1f1189e1a2dc730f94e0a68e8ba4962eaba8d731ebfa

About this package

Paste is a tool for sharing files using client side (browser does the encryption). You upload the file and the frontend returns a generated password. This means that the server where the file is stored never sees the secrets to unlock the content. So this is strongly privacy respecting.

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /paste /app/paste # buildkit
RUN /bin/sh -c mkdir -p /data/paste # buildkit
EXPOSE [8000/tcp]
CMD ["/app/paste"]

Labels

Key Value
org.opencontainers.image.created 2026-05-21T17:42:51.607Z
org.opencontainers.image.description Paste is a tool for sharing files using client side (browser does the encryption). You upload the file and the frontend returns a generated password. This means that the server where the file is stored never sees the secrets to unlock the content. So this is strongly privacy respecting.
org.opencontainers.image.licenses
org.opencontainers.image.revision 8e4e90e7375644aeed1ecbd4f37138c4de6b7acc
org.opencontainers.image.source https://git.darkworks.no/rahmi/paste
org.opencontainers.image.title paste
org.opencontainers.image.url https://git.darkworks.no/rahmi/paste
org.opencontainers.image.version main
Details
Container
2026-05-21 17:43:43 +00:00
0
OCI / Docker
linux/amd64
34 MiB
Versions (16) View all
main 2026-05-25
sha-4acc16e 2026-05-25
sha-451d554 2026-05-22
sha-feaced2 2026-05-21
sha-44e8496 2026-05-21