pairdrop (latest)
Published 2025-11-29 20:00:54 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/pairdrop:latestsha256:be365ff90c157ef5806985faa6f621023380dad373c9a4a8813e5fb567d4f1c1About this package
[PairDrop](https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices.
Image layers
| COPY /root-out/ / # buildkit |
| ARG BUILD_DATE=2025-11-22T13:38:16+00:00 |
| ARG VERSION=4c1ed24a-ls16 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 4c1ed24a-ls16 Build-date:- 2025-11-22T13:38:16+00:00 |
| LABEL maintainer=TheLamer |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
| ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
| ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| RUN |6 BUILD_DATE=2025-11-22T13:38:16+00:00 VERSION=4c1ed24a-ls16 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
| COPY root/ / # buildkit |
| ENTRYPOINT ["/init"] |
| ENV LSIO_FIRST_PARTY=true |
| ARG BUILD_DATE=2025-11-29T11:50:54+00:00 |
| ARG VERSION=v1.11.2-ls128 |
| ARG PAIRDROP_RELEASE |
| LABEL build_version=Linuxserver.io version:- v1.11.2-ls128 Build-date:- 2025-11-29T11:50:54+00:00 |
| LABEL maintainer=thespad |
| ENV NODE_ENV=production |
| RUN |3 BUILD_DATE=2025-11-29T11:50:54+00:00 VERSION=v1.11.2-ls128 PAIRDROP_RELEASE= /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache nodejs npm && echo "**** install pairdrop ****" && mkdir -p /app/pairdrop && if [ -z ${PAIRDROP_RELEASE} ]; then PAIRDROP_RELEASE=$(curl -sL "https://api.github.com/repos/schlagmichdoch/pairdrop/tags" | jq -r '.[0].name'); fi && curl -o /tmp/pairdrop.tar.gz -L "https://github.com/schlagmichdoch/PairDrop/archive/refs/tags/${PAIRDROP_RELEASE}.tar.gz" && tar xf /tmp/pairdrop.tar.gz -C /app/pairdrop/ --strip-components=1 && cd /app/pairdrop && chown -R abc:abc ./ && su -s /bin/sh abc -c 'HOME=/tmp NODE_ENV=production npm ci' && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf $HOME/.cache /tmp/* /tmp/.npm # buildkit |
| COPY root/ / # buildkit |
| EXPOSE [3000/tcp] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- v1.11.2-ls128 Build-date:- 2025-11-29T11:50:54+00:00 |
| maintainer | thespad |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2025-11-29T11:50:54+00:00 |
| org.opencontainers.image.description | [PairDrop](https://github.com/schlagmichdoch/PairDrop) is a sublime alternative to AirDrop that works on all platforms. Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices. |
| org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-pairdrop |
| org.opencontainers.image.licenses | GPL-3.0-only |
| org.opencontainers.image.ref.name | 4b7a40c4859f625a0f9a121b79e9414053722396 |
| org.opencontainers.image.revision | 4b7a40c4859f625a0f9a121b79e9414053722396 |
| org.opencontainers.image.source | https://github.com/linuxserver/docker-pairdrop |
| org.opencontainers.image.title | Pairdrop |
| org.opencontainers.image.url | https://github.com/linuxserver/docker-pairdrop/packages |
| org.opencontainers.image.vendor | linuxserver.io |
| org.opencontainers.image.version | v1.11.2-ls128 |